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
Traceback (most recent call last):
File "example_classification.py", line 35, in <module>
automl.fit(X_train, y_train, dataset_name='breast_cancer')
File "opensource/auto-sklearn/autosklearn/estimators.py", line 598, in fit
dataset_name=dataset_name,
File "opensource/auto-sklearn/autosklearn/estimators.py", line 357, in fit
self.automl_.fit(load_models=self.load_models, **kwargs)
File "opensource/auto-sklearn/autosklearn/automl.py", line 1422, in fit
is_classification=True,
File "opensource/auto-sklearn/autosklearn/automl.py", line 487, in fit
task=self._task,
File "opensource/auto-sklearn/autosklearn/automl.py", line 830, in subsample_if_too_large
if memory_limit <= megabytes * 10:
TypeError: '<=' not supported between instances of 'NoneType' and 'float'
Environment and installation:
Please give details about your installation:
Is your installation in a virtual environment or conda environment? virtaul environment
Python version: 3.7.3
Auto-sklearn version: development branch
The text was updated successfully, but these errors were encountered:
Describe the bug
Execution errors out when
None
is used formemory_limit
Actual behavior, stacktrace or logfile
Environment and installation:
Please give details about your installation:
The text was updated successfully, but these errors were encountered: