- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 662 for c (0.12 sec)
-
about.rst.txt
a 501(c)(3) non-profit organization based...scikit-learn.org/stable/_sources/about.rst.txt -
Regularization path of L1- Logistic Regression ...
for c in cs : clf . set_params ( logisticregression__C = c ) clf...sklearn.svm import l1_min_c cs = l1_min_c ( X , y , loss = "log"...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html -
Gaussian processes on discrete data structures ...
0 if c else - 1.0 for c in Y_train ], s = 100...( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s = 100...scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html -
Feature discretization — scikit-learn 1.7.2 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 -
Selecting the number of clusters with silhouett...
c in enumerate ( centers ): ax2 . scatter ( c [ 0 ], c [ 1...= 30 , lw = 0 , alpha = 0.7 , c = colors , edgecolor = "k" ) #...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html -
Displaying Pipelines — scikit-learn 1.7.2 docum...
0001 C 1.0 fit_intercept True intercept_scaling..."classifier" , LogisticRegression ( C = 2.0 )), ] pipe = Pipeline (...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.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 -
pair_confusion_matrix — scikit-learn 1.7.2 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 -
Trump signs order to send National Guard to Mem...
C. Boston Bay Area South Florida...force will be ‘replica’ of D.C., Trump says 02:55 Get more news...www.nbcnews.com/politics/trump-administration/trump-signs-order-send-national-guard-memphis-crime... -
Decision Tree Regression — scikit-learn 1.7.2 d...
c = "darkorange" , label = "data"...scatter ( y [:, 0 ], y [:, 1 ], c = "yellow" , s = s , edgecolor...scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html