- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1011 - 1020 of 9,034 for c (0.14 seconds)
Filter
-
SVM: Weighted samples — scikit-learn 1.8.0 docu...
sample weighting rescales the C parameter, which means that the...X_plot [:, 0 ], X_plot [:, 1 ], c = y_plot , s = 100 * sample_weight...scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html -
Connecteur base de donnees
p JOIN categories c ON p . category_id = c . id WHERE p . active...p . description , p . price , c . name as category , p . updated_at...fess.codelibs.org/fr/15.5/config/datastore/ds-database.html -
pair_confusion_matrix — scikit-learn 1.8.0 docu...
The pair confusion matrix \(C\) computes a 2 by 2 similarity...labels to evaluate. Returns : C ndarray of shape (2, 2), dtype=np.int64...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.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 -
Beginner's guide to Python
{test_celsius} °C to Fahrenheit" ) print ( f" {test_celsius} °C = {fahrenheit:...this: Converting 21 °C to Fahrenheit 21 °C = 69 . 8 °F Converting...developer.ibm.com/tutorials/python-beginners-guide/ -
Multilabel classification — scikit-learn 1.8.0 ...
choose a class c: c ~ Multinomial(theta) pick the...[:, 0 ], X [:, 1 ], s = 40 , c = "gray" , edgecolors = ( 0 ,...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multilabel.html -
make_multilabel_classification — scikit-learn 1...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html -
MNIST classification using multinomial logistic...
convergence clf = LogisticRegression ( C = 50.0 / train_samples , l1_ratio...X_test , y_test ) # print('Best C % .4f' % clf.C_) print ( "Sparsity...scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html -
Conector de Base de Datos
p JOIN categories c ON p . category_id = c . id WHERE p . active...p . description , p . price , c . name as category , p . updated_at...fess.codelibs.org/es/15.5/config/datastore/ds-database.html -
Visualizations with Display Objects — scikit-le...
'deprecated' C C: float, default=1.0 Inverse of...`'penalty='elasticnet'`. 'deprecated' C C: float, default=1.0 Inverse of...scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html