Skip to content

'NoneType' object is not iterable #1054

@mbahmani

Description

@mbahmani

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

  1. Go to 'google Colab'
  2. On the notebook, I tried to install auto-sklearn based on the installation page
  3. Then I created a model based on the this example
  4. See the following image error:
    Selection-016

Expected behavior

Fit the Model with no error.

Actual behavior

Fit the Model with some errors. which you see in the photo.

  1. AttributeError: 'AutoSklearnClassifier' object has no attribute 'load_models'
  2. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions