- Sort Score
- Num 10 results
- Language All
- Labels All
Results 941 - 950 of 8,176 for c (0.87 seconds)
-
cross_validation.rst.txt
"c", "c", "c", "d", "d", "d"] >>> groups...= ["a", "b", "b", "b", "c", "c", "c", "a"] >>> groups = [1, 1,...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
Advanced Java stream techniques with gatherers ...
forEachOrdered(c -> { if (( char )c != '\n' ) { downst...> 0 ; i--) { var c = buffer.charAt(i); if (c == SPACE.charValue())...developer.ibm.com/articles/j-java-streams-6-nathan-good/ -
Selecting dimensionality reduction with Pipelin...
0001 C C: float, default=1.0 Regularization...the parameter C of class i to ``class_weight[i]*C`` for SVC. If...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
Release Highlights for scikit-learn 0.24 —...
Documentation for SVC Parameters C C: float, default=1.0 Regularization...the parameter C of class i to class_weight[i]*C for SVC. If not...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
An example of K-Means++ initialization — ...
c = col , marker = "."...[:, 0 ], centers_init [:, 1 ], c = "b" , s = 50 ) plt...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_plusplus.html -
Unlock the power of Search AI at Elastic{ON} Mu...
www.elastic.co/events/elasticon/munich -
Database Connector
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/15.5/config/datastore/ds-database.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 -
grid_search.rst.txt
= [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...classes. Typical examples include ``C``, ``kernel`` and ``gamma`` for...scikit-learn.org/stable/_sources/modules/grid_search.rst.txt -
3.1. Cross-validation: evaluating estimator per...
"c" , "c" , "c" , "d"..."b" , "c" , "c" , "c" , "a"...scikit-learn.org/stable/modules/cross_validation.html