Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 124 for cms (0.04 sec)

  1. Varying regularization in Multi-layer Perceptro...

    the dataset first cm = plt . cm . RdBu cm_bright = ListedColormap...[:, 1 ], c = y_train , cmap = cm_bright ) # and testing points...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Thu Jul 03 11:42:05 UTC 2025
      109.1K bytes
      Cache
     
  2. Faces dataset decompositions — scikit-learn 1.7...

    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 Jul 03 11:42:06 UTC 2025
      130.2K 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
    Thu Jul 03 11:42:05 UTC 2025
      102.9K bytes
      Cache
     
  4. Recognizing hand-written digits — scikit-learn ...

    range ( len ( cm )): for pred in range ( len ( cm )): y_true +=...[ gt ] * cm [ gt ][ pred ] y_pred += [ pred ] * cm [ gt ][ pred...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Thu Jul 03 11:42:05 UTC 2025
      102K bytes
      Cache
     
  5. plot_classifier_comparison.ipynb

    the dataset first\n cm = plt.cm.RdBu\n cm_bright = ListedColormap([\"#FF0000\",...X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors=\"k\")\n #...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Thu Jul 03 11:42:05 UTC 2025
      5.7K bytes
     
  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 Jul 03 11:42:06 UTC 2025
      160.9K bytes
      Cache
     
  7. train_test_split — scikit-learn 1.7.0 documenta...

    length (cm) sepal width (cm) petal length (cm) petal width (cm) 0...length (cm) sepal width (cm) petal length (cm) petal width (cm) 96...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Thu Jul 03 11:42:05 UTC 2025
      169.7K 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 Jul 03 11:42:06 UTC 2025
      119.3K bytes
      Cache
     
  9. 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 Jul 03 11:42:05 UTC 2025
      100.4K bytes
      Cache
     
  10. Manifold Learning methods on a severed sphere —...

    cm . rainbow ) ax . view_init (...], c = colors , cmap = plt . cm . rainbow ) plt . title ( " %s...
    scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html
    Thu Jul 03 11:42:06 UTC 2025
      118.9K bytes
      Cache
     
Back to top