试题详情

要弥补缺失值,可以使用均值、中位数、众数等,preprocessing模块中()函数可以实现。

Apreprocessing.Imputer ()

Bpreprocessing.PolynomialFeatures ()

Cpreprocessing.FunctionTransformer()

Dpreprocessing.Binarizer ()