the imputers
Simplified Chinese_translation
the imputer fills missing values using the mean of the column.
填补器使用列的平均值来填充缺失值。
data scientists often use an imputer to handle null entries in datasets.
数据科学家经常使用填补器来处理数据集中的空值。
our model requires an imputer to preprocess the training data.
我们的模型需要一个填补器来预处理训练数据。
the imputer replaced all nan values with the median.
填补器将所有 NaN 值替换为中位数。
multiple imputation techniques can be applied using this imputer.
可以使用此填补器应用多种插补技术。
the imputer must be fitted on training data before transformation.
在转换之前,必须使用训练数据拟合填补器。
a sophisticated imputer might use machine learning algorithms.
一个复杂的填补器可能使用机器学习算法。
the imputer configuration includes strategy and fill value parameters.
填补器的配置包括策略和填充值参数。
you should validate the imputer performance on a holdout set.
您应该在一个保留集中验证填补器的性能。
the imputer transformed our incomplete dataset into a complete one.
填补器将我们不完整的的数据集转换为完整的数据集。
simpleimputer is a commonly used imputer in scikit-learn.
simpleimputer 是 scikit-learn 中常用的填补器。
the imputer handles both numerical and categorical missing data.
填补器处理数值和分类缺失数据。
an iterative imputer builds a regression model for each feature.
迭代填补器为每个特征构建回归模型。
we compared different imputers to select the best one.
我们比较了不同的填补器以选择最佳的填补器。
the imputer should be part of a preprocessing pipeline.
填补器应该是预处理管道的一部分。
the imputers
Simplified Chinese_translation
the imputer fills missing values using the mean of the column.
填补器使用列的平均值来填充缺失值。
data scientists often use an imputer to handle null entries in datasets.
数据科学家经常使用填补器来处理数据集中的空值。
our model requires an imputer to preprocess the training data.
我们的模型需要一个填补器来预处理训练数据。
the imputer replaced all nan values with the median.
填补器将所有 NaN 值替换为中位数。
multiple imputation techniques can be applied using this imputer.
可以使用此填补器应用多种插补技术。
the imputer must be fitted on training data before transformation.
在转换之前,必须使用训练数据拟合填补器。
a sophisticated imputer might use machine learning algorithms.
一个复杂的填补器可能使用机器学习算法。
the imputer configuration includes strategy and fill value parameters.
填补器的配置包括策略和填充值参数。
you should validate the imputer performance on a holdout set.
您应该在一个保留集中验证填补器的性能。
the imputer transformed our incomplete dataset into a complete one.
填补器将我们不完整的的数据集转换为完整的数据集。
simpleimputer is a commonly used imputer in scikit-learn.
simpleimputer 是 scikit-learn 中常用的填补器。
the imputer handles both numerical and categorical missing data.
填补器处理数值和分类缺失数据。
an iterative imputer builds a regression model for each feature.
迭代填补器为每个特征构建回归模型。
we compared different imputers to select the best one.
我们比较了不同的填补器以选择最佳的填补器。
the imputer should be part of a preprocessing pipeline.
填补器应该是预处理管道的一部分。
探索常用高频词汇