Flow
dabl.preprocessing.EasyPreprocessor

dabl.preprocessing.EasyPreprocessor

Visibility: public Uploaded 01-06-2022 by Sergey Redyuk sklearn==0.24.2 numpy>=1.6.1 scipy>=0.9 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.24.2
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
A simple preprocessor. Detects variable types, encodes everything as floats for use with sklearn. Applies one-hot encoding, missing value imputation and scaling. Attributes ---------- ct_ : ColumnTransformer Main container for all transformations. columns_ : pandas columns Columns of training data. dtypes_ : Series of dtypes Dtypes of training data columns. types_ : something Inferred input types.

Parameters

force_imputationdefault: true
scaledefault: true
typesdefault: null
verbosedefault: 0

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table