-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Describe the bug
Just installed the auto-sklearn on Google Colab, and I got the following error when I tried to fit the model.
To Reproduce
- Go to 'google Colab'
- On the notebook, I tried to install auto-sklearn based on the installation page
- Then I created a model based on the this example
- See the following image error:
Expected behavior
Fit the Model with no error.
Actual behavior
Fit the Model with some errors. which you see in the photo.
- AttributeError: 'AutoSklearnClassifier' object has no attribute 'load_models'
- TypeError: 'NoneType' object is not iterable
Although this error is observed, I could use the automl object to print all the models (automl.show_models()).
Environment and installation:
- google colab
- Python version: 3.6.9
- Auto-sklearn version: auto-sklearn
Metadata
Metadata
Assignees
Labels
No labels