Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 92 for cms (0.04 sec)

  1. 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
    Fri May 31 14:06:06 UTC 2024
      138.5K bytes
      Cache
     
  2. 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
    Fri May 31 14:06:06 UTC 2024
      118.6K bytes
      Cache
     
  3. 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
    Fri May 31 14:06:06 UTC 2024
      113.4K bytes
      Cache
     
  4. export_text — scikit-learn 1.5.0 documentation

    width (cm) <= 0.80 | |--- class: 0 |--- petal width (cm) > 0.80...width (cm) <= 1.75 | | |--- class: 1 | |--- petal width (cm) > 1.75...
    scikit-learn.org/stable/modules/generated/sklearn.tree.export_text.html
    Fri May 31 14:06:06 UTC 2024
      116.8K bytes
      Cache
     
  5. 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
    Fri May 31 14:06:06 UTC 2024
      127.4K bytes
      Cache
     
  6. 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
    Fri May 31 14:06:06 UTC 2024
      128K bytes
      Cache
     
  7. Visualizations with Display Objects — scikit-le...

    X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...cm_display = ConfusionMatrixDispl ( cm ) . plot () Create RocCurveDisplay...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Fri May 31 14:06:06 UTC 2024
      114.6K bytes
      Cache
     
  8. 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
    Fri May 31 14:06:04 UTC 2024
      102.2K bytes
      Cache
     
  9. 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
    Fri May 31 14:06:04 UTC 2024
      108.3K bytes
      Cache
     
  10. Empirical evaluation of the impact of k-means i...

    cm as cm import matplotlib.pyplot as...my_members = km . labels_ == k color = cm . nipy_spectral ( float ( k )...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html
    Fri May 31 14:06:04 UTC 2024
      105.5K bytes
      Cache
     
Back to top