- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 132 for cms (0.99 sec)
-
Nearest Neighbors Classification — scikit-learn...
[[ "sepal length (cm)" , "sepal width (cm)" ]] y = iris . target...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
Face completion with a multi-output estimators ...
cm . gray , interpolation = "nearest"...( image_shape ), cmap = plt . cm . gray , interpolation = "nearest"...scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html -
SVM: Maximum margin separating hyperplane — sci...
cm . Paired ) # plot the decision...scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html -
Recursive feature elimination — scikit-learn 1....
cm . Blues ) # Add annotations for...scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html -
Robust covariance estimation and Mahalanobis di...
cm . PuBu_r , linestyles = "dashed"...mahal_robust_cov ), cmap = plt . cm . YlOrBr_r , linestyles = "dotted"...scikit-learn.org/stable/auto_examples/covariance/plot_mahalanobis_distances.html -
Confusion matrix — scikit-learn 1.7.2 documenta...
cm . Blues , normalize = normalize...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html -
Agglomerative clustering with and without struc...
cm . nipy_spectral ) plt . title...scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html -
SGD: Weighted samples — scikit-learn 1.7.2 docu...
cm . bone , edgecolor = "black"...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html -
Plot the decision surface of decision trees tra...
cm . RdYlBu , response_method =...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html -
Post-tuning the decision threshold for cost-sen...
pos_label ): cm = confusion_matrix ( y , y_pred...pos_label ]) tn , fp , _ , _ = cm . ravel () tnr = tn / ( tn +...scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html