georgian-io-archive / foreshadow

An automatic machine learning system
https://foreshadow.readthedocs.io
Apache License 2.0
29 stars 2 forks source link

fixing the missing y variable preparation step in the pickled pipeline #196

Closed jzhang-gp closed 4 years ago

jzhang-gp commented 4 years ago

Description

The current pickling function replaced the estimator wrapper with the estimator, which is incorrect as it discards the y variable prepare-step. This may cause failure on the classification problem where the target variable is a string type instead of integer.