- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 766 for c (0.06 sec)
-
plot_classifier_comparison.py
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/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py -
LinearSVC — scikit-learn 1.7.1 documentation
the parameter C of class i to class_weight[i]*C for SVC. If not...dual = 'auto' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' ,...scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html -
2.3. Clustering — scikit-learn 1.7.1 documentation
\sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T\] with \(C_q\) the set of...\[\begin{split}C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...scikit-learn.org/stable/modules/clustering.html -
Unlock the power of Search AI at Elastic{ON} Ne...
www.elastic.co/events/elasticon/san-francisco-ai -
3.2. Tuning the hyper-parameters of an estimato...
Typical examples include C , kernel and gamma for Support...param_grid : param_grid = [ { 'C' : [ 1 , 10 , 100 , 1000 ], 'kernel'...scikit-learn.org/stable/modules/grid_search.html -
Universal Profiling - continuous profiling that...
www.elastic.co/observability/universal-profiling -
make_multilabel_classification — scikit-learn 1...
choose a class c: c ~ Multinomial(theta) pick the...a word: w ~ Multinomial(theta_c) In the above process, rejection...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.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 -
3.1. Cross-validation: evaluating estimator per...
"c" , "c" , "c" , "d" , "d" , "d" ] >>>..."a" , "b" , "b" , "b" , "c" , "c" , "c" , "a" ] >>> groups = [...scikit-learn.org/stable/modules/cross_validation.html -
SVC — scikit-learn 1.7.1 documentation
the parameter C of class i to class_weight[i]*C for SVC. If not...class sklearn.svm. SVC ( * , C = 1.0 , kernel = 'rbf' , degree...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html