- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 766 for c (0.16 sec)
-
5.1. Partial Dependence and Individual Conditio...
\mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...p(x_C) dx_C,\end{split}\] where \(f(x_S, x_C)\) is the response function...scikit-learn.org/stable/modules/partial_dependence.html -
auto_examples_jupyter.zip
c in enumerate(centers):\n ax2.scatter(c[0], c[1], marker=\"$%d$\"...RANDOM_SEED)\nprint(\"Class\", \"P(C)\", \"P(w0|C)\", \"P(w1|C)\", sep=\"\\t\")\nfor...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
cross_validation.rst.txt
"c", "c", "c", "d", "d", "d"] >>> groups...= ["a", "b", "b", "b", "c", "c", "c", "a"] >>> groups = [1, 1,...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
MultinomialNB — scikit-learn 1.7.1 documentation
References C.D. Manning, P. Raghavan and H....The input samples. Returns : C ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html -
auto_examples_python.zip
"P(C)", "P(w0|C)", "P(w1|C)", sep="\t") for k,...[] for c in cs: clf.set_params(logisticregression__C=c) clf.fit(X,...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
ComplementNB — scikit-learn 1.7.1 documentation
Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html -
BernoulliNB — scikit-learn 1.7.1 documentation
References C.D. Manning, P. Raghavan and H....The input samples. Returns : C ndarray of shape (n_samples,)...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html -
CalibratedClassifierCV — scikit-learn 1.7.1 doc...
Zadrozny & C. Elkan, ICML 2001 [ 2 ] Transforming...Probability Estimates, B. Zadrozny & C. Elkan, (KDD 2002) [ 3 ] Probabilistic...scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html -
GaussianNB — scikit-learn 1.7.1 documentation
Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html -
PolynomialFeatures — scikit-learn 1.7.1 documen...
order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' ) [source] # Generate polynomial...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html