Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 132 for cms (0.05 sec)

  1. Feature discretization — scikit-learn 1.4.2 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
    Thu Apr 25 16:20:47 UTC 2024
      65.4K bytes
      Cache
     
  2. Logistic Regression 3-class Classifier — scikit...

    cm . Paired , ax = ax , response_method...edgecolors = "k" , cmap = plt . cm . Paired ) plt . xticks (())...
    scikit-learn.org/stable/auto_examples/linear_model/plot_iris_logistic.html
    Thu Apr 25 16:20:47 UTC 2024
      25.2K bytes
      Cache
     
  3. Faces dataset decompositions — scikit-learn 1.4...

    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
    Thu Apr 25 16:20:47 UTC 2024
      65.8K bytes
      Cache
     
  4. 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
    Thu Apr 25 16:20:47 UTC 2024
      39.2K bytes
      Cache
     
  5. Neighborhood Components Analysis Illustration —...

    as np from matplotlib import cm from scipy.special import logsumexp...], X [ i , 1 ], s = 300 , c = cm . Set1 ( y [[ i ]]), alpha =...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html
    Thu Apr 25 16:20:47 UTC 2024
      37K bytes
      Cache
     
  6. Introducing the set_output API — scikit-learn 1...

    length (cm) sepal width (cm) petal length (cm) petal width (cm) 60...length (cm) sepal width (cm) petal length (cm) petal width (cm) 39...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Thu Apr 25 16:20:47 UTC 2024
      77K bytes
      Cache
     
  7. SVM Exercise — scikit-learn 1.4.2 documentation

    cm . Paired , edgecolor = "k" ,...XX , YY , Z > 0 , cmap = plt . cm . Paired ) plt . contour ( XX...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Thu Apr 25 16:20:47 UTC 2024
      33K bytes
      Cache
     
  8. 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
    Thu Apr 25 16:20:48 UTC 2024
      56.2K bytes
      Cache
     
  9. SVM with custom kernel — scikit-learn 1.4.2 doc...

    cm . Paired , ax = ax , response_method...[:, 1 ], c = Y , cmap = plt . cm . Paired , edgecolors = "k" )...
    scikit-learn.org/stable/auto_examples/svm/plot_custom_kernel.html
    Thu Apr 25 16:20:48 UTC 2024
      26.1K bytes
      Cache
     
  10. Plot the decision surface of decision trees tra...

    cm . RdYlBu , response_method =...target_names [ i ], cmap = plt . cm . RdYlBu , edgecolor = "black"...
    scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html
    Thu Apr 25 16:20:47 UTC 2024
      33.7K bytes
      Cache
     
Back to top