Pipeline of transforms with a final estimator. Sequentially apply a list of transforms and a final estimator. Intermediate steps of the pipeline must be 'transforms', that is, they must implement…
13 runs0 likes0 downloads0 reach0 impact
Univariate imputer for completing missing values with simple strategies. Replace missing values using a descriptive statistic (e.g. mean, median, or most frequent) along each column, or using a…
0 runs0 likes0 downloads0 reach0 impact
A decision tree classifier.
1 runs0 likes0 downloads0 reach1 impact