- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 907 for c (0.1 sec)
-
QuadraticDiscriminantAnalysis — scikit-learn 1....
Returns : C ndarray of shape (n_samples,)...vectors X. The predicted class C for each sample in X is returned....scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
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 -
grid_search.rst.txt
= [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...classes. Typical examples include ``C``, ``kernel`` and ``gamma`` for...scikit-learn.org/stable/_sources/modules/grid_search.rst.txt -
confusion_matrix — scikit-learn 1.7.0 documenta...
a confusion matrix \(C\) is such that \(C_{i, j}\) is equal to...negatives is \(C_{0,0}\) , false negatives is \(C_{1,0}\) , true...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
clustering.rst.txt
\sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T with :math:`C_q` the set...math:: C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...scikit-learn.org/stable/_sources/modules/clustering.rst.txt -
7.7. Kernel Approximation — scikit-learn 1.7.0 ...
\prod_i \frac{2\sqrt{x_i+c}\sqrt{y_i+c}}{x_i + y_i + 2c}\] It has...kernels” Li, F., Ionescu, C., and Sminchisescu, C. - Pattern Recognition,...scikit-learn.org/stable/modules/kernel_approximation.html -
Universal Profiling - continuous profiling that...
www.elastic.co/observability/universal-profiling -
LogisticRegressionCV — scikit-learn 1.7.0 docum...
the best C is the average of the C’s that correspond...folds, and the coefs and the C that corresponds to the best score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html -
plot_classifier_comparison.rst.txt
C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
plot_release_highlights_1_7_0.zip
or with conda:: conda install -c conda-forge scikit-learn """ #...d=False), LogisticRegression(C=2.0)) model # %% # Custom validation...scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0...