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

predict_proba method and n_more_iter functionality for MCMC Classification #65

Open
felixmaximilian opened this issue Aug 3, 2016 · 1 comment

Comments

@felixmaximilian
Copy link

It would be really nice to see both features coming soon :-).
For MCMC Classification there is only one fit_predict method which is not practical for an productional use (because its necessary to train the model each time one want to predict an example).
Also the warm_start functionality of the other solvers is really nice but not available for this solver.

@ibayer
Copy link
Owner

ibayer commented Aug 3, 2016

For MCMC Classification there is only one fit_predict method which is not practical for an productional use (because its necessary to train the model each time one want to predict an example).

It is always the case for MCMC (applied to non-linear models) that the predictions can only be calculated while training the model.

Have a look at our paper Sample selection for MCMC-based recommender systems for more details, you can get it here without the pay-wall.

Also the warm_start functionality of the other solvers is really nice but not available for this solver.

True, it's only available for mcmc regression. It should be possible to implement the classification using the same approach. Are you still interested after learning that mcmc models are hard to use in production? ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants