mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-03 22:54:55 -05:00
* make AutoML inherit sklearn.base.BaseEstimator such that it can be wrapped in sklearn.multioutput.MultiOutputRegressor for multi-output regression. * moved and simplified preprocessing code in AutoML.predictI() to _preprocess()