Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 136 for cms (0.09 sec)

  1. Release Highlights for scikit-learn 0.24 — scik...

    selection: ['sepal length (cm)', 'petal width (cm)'] New PolynomialCountSketc...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Fri Aug 22 18:00:29 UTC 2025
      176.2K bytes
      Cache
     
  2. 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
    Fri Aug 22 18:00:32 UTC 2025
      117.3K bytes
      Cache
     
  3. SVM: Maximum margin separating hyperplane — sci...

    cm . Paired ) # plot the decision...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Fri Aug 22 18:00:29 UTC 2025
      87.7K bytes
      Cache
     
  4. Recursive feature elimination — scikit-learn 1....

    cm . Blues ) # Add annotations for...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html
    Fri Aug 22 18:00:34 UTC 2025
      91.4K bytes
      Cache
     
  5. Confusion matrix — scikit-learn 1.7.1 documenta...

    cm . Blues , normalize = normalize...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Fri Aug 22 18:00:34 UTC 2025
      88.9K bytes
      Cache
     
  6. 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
    Fri Aug 22 18:00:34 UTC 2025
      293.2K bytes
      Cache
     
  7. 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
    Fri Aug 22 18:00:34 UTC 2025
      124.4K bytes
      Cache
     
  8. 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
    Fri Aug 22 18:00:33 UTC 2025
      150.1K bytes
      Cache
     
  9. Plot the decision surface of decision trees tra...

    cm . RdYlBu , response_method =...
    scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html
    Fri Aug 22 18:00:32 UTC 2025
      95.7K bytes
      Cache
     
  10. Agglomerative clustering with and without struc...

    cm . nipy_spectral ) plt . title...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html
    Fri Aug 22 18:00:29 UTC 2025
      97.4K bytes
      Cache
     
Back to top