-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
enhancementA new improvement or featureA new improvement or feature
Description
AutoML(1)_fe4182f8674c69a5018ac777ba60abec.log
autosklearn.log
Describe the bug
When I run automl.fit, it seems to take the expected amount of time (specified by time_left_for_this_task), but my application immediately quits with no apparent error messages.
To Reproduce
automl = AutoSklearnClassifier(time_left_for_this_task = 2*60)
logging.info("Fitting classifier")
automl.fit(X_train, y_train)
logging.info("Finished fitting classifier")
This runs for ~2 mins, I see "Fitting Classifier" in my output, but never "Finished fitting classifier".
This only seems to happen with my data; e.g. load_digits from the Start page is fine.
Expected behavior
I expect the classifier to fit and execution to continue
Actual behavior, stacktrace or logfile
No stacktrace, logs attached
Environment and installation:
Please give details about your installation:
Running inside Docker container (mfeurer/auto-sklearn both master and development) on Amazon Linux
Metadata
Metadata
Assignees
Labels
enhancementA new improvement or featureA new improvement or feature