Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Visualizations with Display Objects — scikit-le...

    X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...cm_display = ConfusionMatrixDispl ( cm ) . plot () Create RocCurveDisplay...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Tue Apr 30 16:14:29 UTC 2024
      51.6K 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 Apr 30 16:14:28 UTC 2024
      74.3K bytes
      Cache
     
  3. Vector Quantization Example — scikit-learn 1.4....

    cm . gray ) ax [ 0 ] . axis ( "off"...compressed_raccoon_uniform , cmap = plt . cm . gray ) ax [ 0 ] . axis ( "off"...
    scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html
    Tue Apr 30 16:14:29 UTC 2024
      49K bytes
      Cache
     
  4. Segmenting the picture of greek coins in region...

    cm . gray ) plt . xticks (()) plt...n_regions ): colors = [ plt . cm . nipy_spectral (( l + 4 ) /...
    scikit-learn.org/stable/auto_examples/cluster/plot_coin_segmentation.html
    Tue Apr 30 16:14:29 UTC 2024
      32.9K bytes
      Cache
     
  5. Two-class AdaBoost — scikit-learn 1.4.2 documen...

    cm . Paired , response_method =...idx , 1 ], c = c , cmap = plt . cm . Paired , s = 20 , edgecolor...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Tue Apr 30 16:14:29 UTC 2024
      40K bytes
      Cache
     
  6. Empirical evaluation of the impact of k-means i...

    cm as cm import matplotlib.pyplot as...my_members = km . labels_ == k color = cm . nipy_spectral ( float ( k )...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html
    Tue Apr 30 16:14:29 UTC 2024
      43.3K bytes
      Cache
     
  7. Feature agglomeration vs. univariate selection ...

    cm . RdBu_r ) plt . title ( "True...interpolation = "nearest" , cmap = plt . cm . RdBu_r ) plt . title ( "Feature...
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Tue Apr 30 16:14:29 UTC 2024
      49.4K bytes
      Cache
     
  8. 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 Apr 30 16:14:29 UTC 2024
      41.6K bytes
      Cache
     
  9. 1.10. Decision Trees — scikit-learn 1.4.2 docum...

    width (cm) <= 0.80 | |--- class: 0 |--- petal width (cm) > 0.80...width (cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75...
    scikit-learn.org/stable/modules/tree.html
    Tue Apr 30 16:14:28 UTC 2024
      71.9K bytes
      Cache
     
  10. RBF SVM parameters — scikit-learn 1.4.2 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 Apr 30 16:14:29 UTC 2024
      54.9K bytes
      Cache
     
Back to top