asreview.models.classifiers.NaiveBayes ====================================== .. currentmodule:: asreview.models.classifiers .. autoclass:: NaiveBayes :show-inheritance: :members: :inherited-members: :undoc-members: :exclude-members: __weakref__ .. rubric:: Methods .. autosummary:: ~NaiveBayes.__init__ ~NaiveBayes.fit ~NaiveBayes.get_metadata_routing ~NaiveBayes.get_params ~NaiveBayes.partial_fit ~NaiveBayes.predict ~NaiveBayes.predict_joint_log_proba ~NaiveBayes.predict_log_proba ~NaiveBayes.predict_proba ~NaiveBayes.score ~NaiveBayes.set_fit_request ~NaiveBayes.set_params ~NaiveBayes.set_partial_fit_request ~NaiveBayes.set_score_request .. rubric:: Attributes .. autosummary:: ~NaiveBayes.label ~NaiveBayes.name