Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 132 for cms (0.99 sec)

  1. Nearest Neighbors Classification — scikit-learn...

    [[ "sepal length (cm)" , "sepal width (cm)" ]] y = iris . target...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Thu Oct 09 16:57:45 UTC 2025
      96.2K bytes
      Cache
     
  2. 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
    Thu Oct 09 16:57:48 UTC 2025
      99.2K 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
    Wed Oct 08 17:41:27 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
    Thu Oct 09 16:57:48 UTC 2025
      91.4K bytes
      Cache
     
  5. 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
    Thu Oct 09 16:57:48 UTC 2025
      117.3K bytes
      Cache
     
  6. Confusion matrix — scikit-learn 1.7.2 documenta...

    cm . Blues , normalize = normalize...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Thu Oct 09 16:57:45 UTC 2025
      88.9K bytes
      Cache
     
  7. Agglomerative clustering with and without struc...

    cm . nipy_spectral ) plt . title...
    scikit-learn.org/stable/auto_examples/cluster/plot_agglomerative_clustering.html
    Thu Oct 09 16:57:48 UTC 2025
      97.4K bytes
      Cache
     
  8. 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
    Thu Oct 09 16:57:45 UTC 2025
      93.4K 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
    Thu Oct 09 16:57:48 UTC 2025
      95.7K bytes
      Cache
     
  10. 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
    Thu Oct 09 16:57:48 UTC 2025
      293.2K bytes
      Cache
     
Back to top