26988 1159 TESTTEST8301542ea8sklearn.naive_bayes.GaussianNB sklearn.GaussianNB sklearn.naive_bayes.GaussianNB 1 openml==0.14.1,sklearn==0.24.2 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 2024-01-15T11:17:42 English sklearn==0.24.2 numpy>=1.13.3 scipy>=0.19.1 joblib>=0.11 threadpoolctl>=2.0.0 priors array null Prior probabilities of the classes. If specified the priors are not adjusted according to the data var_smoothing float 1e-09 Portion of the largest variance of all features that is added to variances for calculation stability .. versionadded:: 0.20 openml-python python scikit-learn sklearn sklearn_0.24.2