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

Export intermediate results #448

Closed
jimmywan opened this issue May 15, 2017 · 3 comments
Closed

Export intermediate results #448

jimmywan opened this issue May 15, 2017 · 3 comments
Labels

Comments

@jimmywan
Copy link

While TPOTRegressor gives me some one stop shopping in terms of generating a model, I'd really like to analyze how other top candidates were constructed. I don't currently see a way to export all of the candidate models that get built via TPOT.
For instance, I may want to do one or more of the following:

  • Apply some type of checks to the model that are not easily captured by a single scoring method.
  • Compare/contrast selected features among the different top models to understand their differences.

It looks like I currently can only get the output of the winning model via the exported pipeline.

@weixuanfu
Copy link
Contributor

Please check my comments in #337. A demo there may help you to get intermediate results.

@jimmywan
Copy link
Author

Thanks @weixuanfu2016 , I will take a look.

@rhiever
Copy link
Contributor

rhiever commented Jul 18, 2017

Closing this issue for now. Please feel free to re-open if you have any more questions or comments.

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

No branches or pull requests

3 participants