Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 108 for cms (0.03 sec)

  1. Feature agglomeration — scikit-learn 1.4.2 docu...

    cm . gray , vmax = 16 , interpolation...images_restored [ i ], cmap = plt . cm . gray , vmax = 16 , interpolation...
    scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html
    Thu Apr 25 16:20:47 UTC 2024
      32.3K bytes
      Cache
     
  2. A demo of the Spectral Co-Clustering algorithm ...

    cm . Blues ) plt . title ( "Original...matshow ( data , cmap = plt . cm . Blues ) plt . title ( "Shuffled...
    scikit-learn.org/stable/auto_examples/bicluster/plot_spectral_coclustering.html
    Thu Apr 25 16:20:47 UTC 2024
      29.8K bytes
      1 views
      Cache
     
  3. 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 Apr 25 16:20:47 UTC 2024
      45.8K bytes
      Cache
     
  4. Classifier comparison — scikit-learn 1.4.2 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
    Thu Apr 25 16:20:47 UTC 2024
      50.9K bytes
      Cache
     
  5. 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
    Thu Apr 25 16:20:47 UTC 2024
      66K bytes
      Cache
     
  6. 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 Apr 25 16:20:48 UTC 2024
      39K bytes
      Cache
     
  7. 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
    Thu Apr 25 16:20:47 UTC 2024
      41.6K bytes
      Cache
     
  8. 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
     
  9. 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
     
  10. 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
     
Back to top