Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 97 for cms (0.04 sec)

  1. RBF SVM parameters — scikit-learn 1.5.0 documen...

    cm . RdBu ) plt . scatter ( X_2d...1 ], c = y_2d , cmap = plt . cm . RdBu_r , edgecolors = "k" )...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Tue May 28 11:51:34 UTC 2024
      118.3K bytes
      Cache
     
  2. Visualizing the stock market structure — scikit...

    cm . nipy_spectral ) # Plot the...segments , zorder = 0 , cmap = plt . cm . hot_r , norm = plt . Normalize...
    scikit-learn.org/stable/auto_examples/applications/plot_stock_market.html
    Tue May 28 11:51:33 UTC 2024
      135.8K bytes
      Cache
     
  3. 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
    Tue May 28 11:51:34 UTC 2024
      98.8K bytes
      Cache
     
  4. Plot classification probability — scikit-learn ...

    as np from matplotlib import cm from sklearn import datasets..."Probability" ) _ = plt . colorbar ( cm . ScalarMappable ( norm = None...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Tue May 28 11:51:34 UTC 2024
      101K bytes
      Cache
     
  5. 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
    Tue May 28 11:51:34 UTC 2024
      154.9K bytes
      Cache
     
  6. Selecting the number of clusters with silhouett...

    cm as cm import matplotlib.pyplot as...y_lower + size_cluster_i color = cm . nipy_spectral ( float ( i )...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Tue May 28 11:51:34 UTC 2024
      103.7K bytes
      Cache
     
  7. 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
    Tue May 28 11:51:33 UTC 2024
      227.5K bytes
      Cache
     
  8. Pixel importances with a parallel forest of tre...

    cm . hot ) plt . title ( "Pixel...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances_faces.html
    Tue May 28 11:51:32 UTC 2024
      104.5K bytes
      Cache
     
  9. Probability calibration of classifiers — scikit...

    as plt from matplotlib import cm plt . figure () y_unique = np...np . unique ( y ) colors = cm . rainbow ( np . linspace ( 0.0...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Tue May 28 11:51:34 UTC 2024
      108.8K bytes
      Cache
     
  10. Manifold learning on handwritten digits: Locall...

    cm . binary ) ax . axis ( "off"...} $" , s = 60 , color = plt . cm . Dark2 ( digit ), alpha = 0.425...
    scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html
    Tue May 28 11:51:34 UTC 2024
      119.2K bytes
      Cache
     
Back to top