Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 69 for cms (0.1 sec)

  1. Classifier comparison — scikit-learn 1.5.0 docu...

    the dataset first cm = plt . cm . RdBu cm_bright = ListedColormap...[:, 1 ], c = y_train , cmap = cm_bright , edgecolors = "k" ) #...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Wed May 22 15:20:10 UTC 2024
      113.4K bytes
      Cache
     
  2. Feature discretization — scikit-learn 1.5.0 doc...

    9 ) ) cm_piyg = plt . cm . PiYG cm_bright = ListedColormap...[:, 1 ], c = y_train , cmap = cm_bright , edgecolors = "k" ) #...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Wed May 22 15:20:05 UTC 2024
      127.4K bytes
      Cache
     
  3. A demo of the Spectral Biclustering algorithm —...

    cm . Blues ) plt . title ( "Original...matshow ( data , cmap = plt . cm . Blues ) plt . title ( "Shuffled...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_biclustering.html
    Wed May 22 15:20:05 UTC 2024
      102.2K bytes
      Cache
     
  4. Release Highlights for scikit-learn 1.2 — sciki...

    length (cm) sepal width (cm) petal length (cm) petal width (cm) 114...= [ "sepal length (cm)" , "sepal width (cm)" ] petal_cols = [...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_2_0.html
    Wed May 22 15:20:07 UTC 2024
      128K bytes
      Cache
     
  5. Faces dataset decompositions — scikit-learn 1.5...

    cm . gray ): fig , axs = plt . subplots...( image_shape ), cmap = plt . cm . gray , interpolation = "nearest"...
    scikit-learn.org/stable/auto_examples/decomposition/plot_faces_decomposition.html
    Wed May 22 15:20:07 UTC 2024
      129.1K bytes
      Cache
     
  6. Compressive sensing: tomography reconstruction ...

    cm . gray , interpolation = "nearest"...imshow ( rec_l2 , cmap = plt . cm . gray , interpolation = "nearest"...
    scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html
    Wed May 22 15:20:10 UTC 2024
      112.4K 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....
    Wed May 22 15:20:10 UTC 2024
      111.7K bytes
      Cache
     
  8. Vector Quantization Example — scikit-learn 1.5....

    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
    Wed May 22 15:20:05 UTC 2024
      111.4K bytes
      Cache
     
  9. Two-class AdaBoost — scikit-learn 1.5.0 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
    Wed May 22 15:20:10 UTC 2024
      102.5K bytes
      Cache
     
  10. Iso-probability lines for Gaussian Processes cl...

    as np from matplotlib import cm from matplotlib import pyplot...plt . imshow ( y_prob , cmap = cm . gray_r , alpha = 0.8 , extent...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html
    Wed May 22 15:20:07 UTC 2024
      104.9K bytes
      Cache
     
Back to top