You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, the method AutoSklearnClassifier().show_models() displays the models found in the ensemble. I wonder if it is possible to know exactly which data or feature preprocessing steps have been done before training the model. The method show_models only gives only the object:
You could also use estimator.leaderboard(detailed=True) to get a pandas version which gives the str of the choices made. However data_preprocessor encompassing many sub things that are chosen is kind of a pain point.
You could also use estimator.leaderboard(detailed=True) to get a pandas version which gives the str of the choices made. However data_preprocessor encompassing many sub things that are chosen is kind of a pain point.
Uh oh!
There was an error while loading. Please reload this page.
Hi, the method
AutoSklearnClassifier().show_models()
displays the models found in the ensemble. I wonder if it is possible to know exactly which data or feature preprocessing steps have been done before training the model. The methodshow_models
only gives only the object:and it is not clear to know which steps they are. Is it possible to get the preprocessing steps in such a case?
Many thanks!
The text was updated successfully, but these errors were encountered: