- Sort Score
- Num 10 results
- Language All
- Labels All
Results 951 - 960 of 8,176 for c (0.36 seconds)
-
2.3. Clustering — scikit-learn 1.8.0 docu...
1 - \frac{H(C|K)}{H(C)}\] \[c = 1 - \frac{H(K|C)}{H(K)}\] where...\[H(C|K) = - \sum_{c=1}^{|C|} \sum_{k=1}^{|K|} \frac{n_{c,k}}{n}...scikit-learn.org/stable/modules/clustering.html -
check_array — scikit-learn 1.8.0 document...
‘C’} or None, default=None Whether...will be forced to be fortran or c-style. When order is None (default),...scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html -
auto_examples_python.zip
"P(C)", "P(w0|C)", "P(w1|C)", sep="\t") for k,...".join( f"{(c / n_rows * 100):.0f}% {name}" for name, c in counter.most_common(3)...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
Comparison between grid search and successive h...
"C" : Cs } clf = SVC ( random_state...Cs ]) ax . set_xlabel ( "C" , fontsize = 15 ) ax . set_yticks...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html -
Empirical evaluation of the impact of k-means i...
concatenate ([ c + noise for c in centers ]) y = np ....my_members , 1 ], "." , c = color ) cluster_center = km...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html -
plot_release_highlights_1_7_0.zip
or with conda:: conda install -c conda-forge scikit-learn """ #...d=False), LogisticRegression(C=2.0)) model # %% # Custom validation...scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0... -
Nearest Centroid Classification — scikit-...
"c" , "darkblue" ])...scatter ( X [:, 0 ], X [:, 1 ], c = y , cmap = cmap_bold , edgecolor...scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html -
데이터베이스 커넥터
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/ko/15.5/config/datastore/ds-database.html -
Bunch — scikit-learn 1.8.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html -
ComplementNB — scikit-learn 1.8.0 documen...
Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html