-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Question] Integration with sklearn-evaluation #1640
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
Comments
Hi, thank you for your suggestion. I will look into sklearn-evaluation and see how it could be combined with the results of our optimization runs. Hopefully small discrepancies between the implementations of some things like "cv_results_" in sklearn and auto-sklearn won't cause too much of a problem. Otherwise this could take a long time. Then I could add a tutorial under the examples folder about how to find the optimal pipeline for some problem with auto-sklearn and analyze that pipeline using sklearn-evaluation. And for instance, one about analyzing the explored hyperparameter space using cv_results_. What do you think @eddiebergman? |
Yes exactly! |
Great! Thank you for the confirmation and for your willingness to collaborate. I will let you know once I've completed the preliminary steps. |
Uh oh!
There was an error while loading. Please reload this page.
I think adding an integration/tutorial and the right documentation of the framework can go a long way.
Usually when using auto-sklearn you'd get the final model/estimator, and then you'll check performance and results.
This will allow an easier mechanism for the users to solve the second part of it.
The text was updated successfully, but these errors were encountered: