- Sort Score
- Num 10 results
- Language All
- Labels All
Results 531 - 540 of 5,053 for c (0.39 seconds)
Filter
-
Evaluate the performance of a classifier with C...
the regularization parameter C was not the best. In real life...model that is too regularized (C too low) to see # the impact on...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
plot_classifier_comparison.rst.txt
C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt -
Statistical comparison of models using grid sea...
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/model_selection/plot_grid_search_stats.html -
Demo of OPTICS clustering algorithm — scikit-le...
"c." ] for klass , color in enumerate..."g." , "r." , "b." , "y." , "c." ] for klass , color in enumerate...scikit-learn.org/stable/auto_examples/cluster/plot_optics.html -
Empirical evaluation of the impact of k-means i...
concatenate ([ c + noise for c in centers ]) y = np ....], X [ 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_8_0.py
or with conda:: conda install -c conda-forge scikit-learn """ #...ncols=3, sharey=True, ) for i, c in enumerate(ts.classes_): Ca...scikit-learn.org/stable/_downloads/2f7d0c4f8bbd7c7e4062e34c1bffe66a/plot_release_highlights_1_8_0.py -
Search | IBM Developer
developing unit tests to validate C/C++ based software. This article...quick introduction to the Google C++ Testing Framework developer...developer.ibm.com/search/ -
데이터베이스 커넥터
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 -
Introducing the set_output API — scikit-learn 1...
'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_set_output.html -
Demonstration of k-means assumptions — scikit-l...
c = y ) axs [ 0 , 0 ] . set_title...X_aniso [:, 0 ], X_aniso [:, 1 ], c = y ) axs [ 0 , 1 ] . set_title...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html