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

How to proceed after fit() #184

Closed
zygmuntz opened this issue Nov 6, 2016 · 1 comment
Closed

How to proceed after fit() #184

zygmuntz opened this issue Nov 6, 2016 · 1 comment

Comments

@zygmuntz
Copy link

zygmuntz commented Nov 6, 2016

So I fitted(). Now, how to

  1. save the model/params to be able to load it later?
  2. re-fit the ensemble on the full training set (I assume it's fitted on 2/3 of data in holdout mode)?
@mfeurer
Copy link
Contributor

mfeurer commented Nov 9, 2016

You can check the examples to learn about how to fit the learned models on the whole dataset. Saving the models/parameters via pickle is currently broken (fix under development). For now you can use the solution from #30.

@zygmuntz zygmuntz closed this as completed Nov 9, 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

2 participants