- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 908 for c (0.05 sec)
-
pair_confusion_matrix — scikit-learn 1.7.0 docu...
negatives is \(C_{00}\) , false negatives is \(C_{10}\) , true...positives is \(C_{11}\) and false positives is \(C_{01}\) . Read...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html -
Use OpenTelemetry with APM | Elastic Docs
www.elastic.co/docs/solutions/observability/apm/use-opentelemetry-with-apm -
Comparing various online solvers — scikit-learn...
C = 1.0 , tol = 1e-4 ), ), ( "Passive-Aggressive...110 , loss = "squared_hinge" , C = 1.0 , tol = 1e-4 ), ), ( "SAG"...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html -
Plot classification boundaries with different S...
the C parameter is set to its default value ( C=1 ) in this...is applied with the parameter C=1 , which allows for a certain...scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html -
7.8. Pairwise metrics, Affinities and Kernels —...
c ) <= d ( a , b ) + d ( b , c ), the triangle...d(a, b) such that d(a, b) < d(a, c) if objects a and b are considered...scikit-learn.org/stable/modules/metrics.html -
SVM Tie Breaking Example — scikit-learn 1.7.0 d...
C = 1 , break_ties = break_ties...) pred = svm . predict ( np . c_ [ xx . ravel (), yy . ravel ()])...scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html -
Demonstration of k-means assumptions — scikit-l...
c = y ) axs [ 0 , 0 ] . set_title...X_aniso [:, 0 ], X_aniso [:, 1 ], c = y ) axs [ 0 , 1 ] . set_title...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html -
Plot different SVM classifiers in the iris data...
C = C ), svm . LinearSVC ( C = C , max_iter = 10000...kernel = "rbf" , gamma = 0.7 , C = C ), svm . SVC ( kernel = "poly"...scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html -
Feature discretization — scikit-learn 1.7.0 doc...
{ "logisticregression__C" : np . logspace ( - 1 , 1 , 3...random_state = 0 )), { "linearsvc__C" : np . logspace ( - 1 , 1 , 3...scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html -
1.9. Naive Bayes — scikit-learn 1.7.0 documenta...
to class \(c\) , \(N_{c} = |\{ j \in J\mid y_j = c\}|\) is the...\sum_{j:y_j \neq c} d_{ij}} {\alpha + \sum_{j:y_j \neq c} \sum_{k} d_{kj}}\\w_{ci}...scikit-learn.org/stable/modules/naive_bayes.html