Flow
TESTTEST3ea8d41d1asklearn.naive_bayes.GaussianNB

TESTTEST3ea8d41d1asklearn.naive_bayes.GaussianNB

Visibility: public Uploaded 10-01-2024 by Continuous Integration sklearn==0.24.0 numpy>=1.13.3 scipy>=0.19.1 joblib>=0.11 threadpoolctl>=2.0.0 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.24.0
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Gaussian Naive Bayes (GaussianNB) Can perform online updates to model parameters via :meth:`partial_fit`. For details on algorithm used to update feature means and variance online, see Stanford CS tech report STAN-CS-79-773 by Chan, Golub, and LeVeque: http://i.stanford.edu/pub/cstr/reports/cs/tr/79/773/CS-TR-79-773.pdf

Parameters

priorsPrior probabilities of the classes. If specified the priors are not adjusted according to the datadefault: null
var_smoothingPortion of the largest variance of all features that is added to variances for calculation stability .. versionadded:: 0.20default: 1e-09

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table