Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
    Mon May 27 10:29:28 UTC 2024
      129.1K 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
    Mon May 27 10:29:30 UTC 2024
      92.5K bytes
      1 views
      Cache
     
  3. Feature agglomeration — scikit-learn 1.5.0 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
    Mon May 27 10:29:28 UTC 2024
      94.8K bytes
      Cache
     
  4. 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
    Mon May 27 10:29:30 UTC 2024
      108.3K bytes
      Cache
     
  5. 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
    Mon May 27 10:29:28 UTC 2024
      103.7K 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
    Mon May 27 10:29:28 UTC 2024
      102K bytes
      Cache
     
  7. 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
    Mon May 27 10:29:28 UTC 2024
      87.3K bytes
      Cache
     
  8. 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
    Mon May 27 10:29:28 UTC 2024
      138.5K bytes
      Cache
     
  9. SGD: Weighted samples — scikit-learn 1.5.0 docu...

    cm . bone , edgecolor = "black"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_weighted_samples.html
    Mon May 27 10:29:29 UTC 2024
      92.9K bytes
      Cache
     
  10. Plot different SVM classifiers in the iris data...

    cm . coolwarm , alpha = 0.8 , ax...X0 , X1 , c = y , cmap = plt . cm . coolwarm , s = 20 , edgecolors...
    scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html
    Mon May 27 10:29:30 UTC 2024
      92.8K bytes
      Cache
     
Back to top