-
Notifications
You must be signed in to change notification settings - Fork 1
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
Questions #11
Comments
1: yes, different training size will give you different "prior probability". Without knowing any other features, according to bayes rule, in your case it will try to predict A. You may use the
Which could be a bit difficult, I am not sure. If you just want to change class output name, you can perhaps do suggested above, it would be easier than if you try to switch a feature name. Otherwise I guess you could keep that Hope this helps somehow? |
Ok, thanks!
However, I’ve retrained the old model (I was training with labels followed by \n)
|
Okay. I guess when you train with Anyway... Just to add a few more words to my idea above. So I think you would need to write a code that can allow you to read the model file into this type |
\n
at the end. I've lost the training data but I have the trained model. Is it possible to somehow fix it?The text was updated successfully, but these errors were encountered: