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

Add fit_predict() convenience function #120

Closed
rhiever opened this issue Mar 25, 2016 · 0 comments
Closed

Add fit_predict() convenience function #120

rhiever opened this issue Mar 25, 2016 · 0 comments

Comments

@rhiever
Copy link
Contributor

rhiever commented Mar 25, 2016

To fully integrate with the sklearn interface, let's add a fit_predict() function that takes training data just as the fit() function does, and simply calls fit() and predict(), e.g.,

self.fit(training_features, training_classes)
return self.predict(training_features)
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

1 participant