- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 61 - 70 of 136 for cms (0.09 sec)
-
Release Highlights for scikit-learn 0.24 — scik...
scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.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 -
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 -
Confusion matrix — scikit-learn 1.7.1 documenta...
cm . Blues , normalize = normalize...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.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 -
Explicit feature map approximation for RBF kern...
cm . tab10 , vmin = 0 , vmax = 10...targets_train , cmap = plt . cm . tab10 , edgecolors = ( 0 ,...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html -
ConfusionMatrixDisplay — scikit-learn 1.7.1 doc...
predict ( X_test ) >>> cm = confusion_matrix ( y_test ,...ConfusionMatrixDispl ( confusion_matrix = cm , ... display_labels = clf ....scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html -
Plot the decision surface of decision trees tra...
cm . RdYlBu , response_method =...scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html -
Agglomerative clustering with and without struc...
cm . nipy_spectral ) plt . title...scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html