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

Saving the state of Naive Bayes Classifier #22

Open
tosbaha opened this issue Apr 11, 2015 · 1 comment
Open

Saving the state of Naive Bayes Classifier #22

tosbaha opened this issue Apr 11, 2015 · 1 comment

Comments

@tosbaha
Copy link

tosbaha commented Apr 11, 2015

Let's say I have huge amount of sentences to train Naive Bayes Classifier. Instead of doing this training every time in the program, is it possible to do it once save and reuse/add more training data later on?

@Jamonek
Copy link

Jamonek commented Nov 28, 2015

Hey @tosbaha,

Check out my example using realm: https://github.com/Jamonek/swift-iOS-text-classifier

Although it's retraining every time the application is launched.

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