- Sort Score
- Num 10 results
- Language All
- Labels All
Results 571 - 580 of 5,053 for c (0.16 seconds)
Filter
-
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/ -
confusion_matrix — scikit-learn 1.8.0 documenta...
definition a confusion matrix \(C\) is such that \(C_{i, j}\) is...not be normalized. Returns : C ndarray of shape (n_classes, n_classes)...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
l1_min_c — scikit-learn 1.8.0 documentation
for C . The lower bound for C is computed such that for C in (l1_min_C,...l1_min_c float Minimum value for C. Examples >>> from sklearn.svm...scikit-learn.org/stable/modules/generated/sklearn.svm.l1_min_c.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 -
auto_examples_jupyter.zip
c in enumerate(centers):\n ax2.scatter(c[0], c[1], marker=\"$%d$\"...RANDOM_SEED)\nprint(\"Class\", \"P(C)\", \"P(w0|C)\", \"P(w1|C)\", sep=\"\\t\")\nfor...scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip -
Compare BIRCH and MiniBatchKMeans — scikit-lear...
c = "w" , edgecolor = col , marker...this_centroid [ 1 ], marker = "+" , c = "k" , s = 25 ) ax . set_ylim...scikit-learn.org/stable/auto_examples/cluster/plot_birch_vs_minibatchkmeans.html -
Datenbank-Konnektor
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/de/15.5/config/datastore/ds-database.html -
Post-tuning the decision threshold for cost-sen...
'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/model_selection/plot_cost_sensitive_learning.html -
IBM API Hub Notices
Z-SCHEMA MIT License (Copyright (c) 2014 Martin Zagora and other...POSIX-CHARACTER-CLASSES MIT License (Copyright (c) 2016-2017, Jon Schlinkert) Creative...developer.ibm.com/terms/ibm-api-hub-notices/ -
Swiss Roll And Swiss-Hole Reduction — scikit-le...
c = sr_color , s = 50 , alpha =...sr_lle [:, 0 ], sr_lle [:, 1 ], c = sr_color ) axs [ 0 ] . set_title...scikit-learn.org/stable/auto_examples/manifold/plot_swissroll.html