Skip to content

AutoSklearnClassifier seems to exit application on finishing fit #1029

@jrs53

Description

@jrs53

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

No one assigned

    Labels

    enhancementA new improvement or feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions