Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor automl.py #26

Closed
mfeurer opened this issue Jan 11, 2016 · 1 comment
Closed

Refactor automl.py #26

mfeurer opened this issue Jan 11, 2016 · 1 comment

Comments

@mfeurer
Copy link
Contributor

mfeurer commented Jan 11, 2016

automl.py serves to purposes; being the base class of a scikit-learn like estimator object and being directly usable with a data manager. It should rather be an abstract base class and all functionality regarding data loading and special fit semantics go into a special subclass. This would also free the AutoSklearnClassifier from being a subclass of multiprocessing.Process.

@mfeurer
Copy link
Contributor Author

mfeurer commented Jul 1, 2016

Fixed by #103

@mfeurer mfeurer closed this as completed Jul 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant