Changes¶
Version 1.0.5¶
Unreleased
Version 1.0.4¶
Released 2022-05-28
paramsfield has been renamed to__paramsand corresponding getter and setter have been added toBasePipeline. #135Fixed bug in outliers that replaced outliers from all columns instead of just numeric columns. #144
Fixed bug in
train_test_splitthat tried to accesstrain_dfandtrain_yby their old variable names. #147
Version 1.0.3¶
Released 2022-01-25
Train test split should drop target column from
train_dfandtest_dfso that there is no redundant target column iny_train
Version 1.0.2¶
Released 2022-01-10
Train test split should insert
y_trainin params whentarget_labelis provided. #124
Version 1.0.1¶
Released 2021-10-27
Version 1.0.0¶
Released 2021-09-10
Initial Release