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

Update Naive Bayes to use fitcnb from Matlab #39

Closed
fernandoandreotti opened this issue Mar 16, 2017 · 3 comments
Closed

Update Naive Bayes to use fitcnb from Matlab #39

fernandoandreotti opened this issue Mar 16, 2017 · 3 comments
Assignees
Labels

Comments

@fernandoandreotti
Copy link
Owner

Warning: NaiveBayes will be removed in a future release. Use the predict method of an object returned by fitcnb instead.

In NaiveBayes/posterior (line 46)
In classreg.learning.internal.DisallowVectorOps/subsref (line 21)
Warning: NaiveBayes will be removed in a future release. Use the predict method of an object returned by fitcnb instead.
In NaiveBayes/posterior (line 46)
In classreg.learning.internal.DisallowVectorOps/subsref (line 21)
Warning: NaiveBayes will be removed in a future release. Use the predict method of an object returned by fitcnb instead.
In NaiveBayes/posterior (line 46)
In classreg.learning.internal.DisallowVectorOps/subsref (line 21)

@fernandoandreotti
Copy link
Owner Author

fernandoandreotti commented Feb 7, 2018

  • Retrained Naive Bayes model to use fitcnb(), file nbmodel.mat
  • Trained an ensemble of bagged trees as an alternative dtmodel.mat

See comit e2c831f

@KingfaLuis
Copy link

错误使用 NaiveBayes/posterior (line 46)
NaiveBayes will be removed in a future release. Use the predict method of an object returned by fitcnb instead.

@fernandoandreotti
Copy link
Owner Author

fernandoandreotti commented Jul 16, 2019

Dear @KingfaLuis can you specify how did you encounter this warning?

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

No branches or pull requests

2 participants