Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. plot_classifier_comparison.py

    plot the dataset first cm = plt.cm.RdBu cm_bright = ListedColormap(["#FF0000",...X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k") # Plot...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Wed Mar 27 16:42:10 UTC 2024
      4.9K bytes
      1 views
     
  2. 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
    Wed Mar 27 16:42:10 UTC 2024
      66K 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
    Wed Mar 27 16:42:10 UTC 2024
      65.8K bytes
      Cache
     
  4. Classifier comparison — scikit-learn 1.4.1 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
    Wed Mar 27 16:42:11 UTC 2024
      50.9K bytes
      Cache
     
  5. Feature discretization — scikit-learn 1.4.1 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
    Wed Mar 27 16:42:11 UTC 2024
      65.4K bytes
      Cache
     
  6. 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
    Wed Mar 27 16:42:11 UTC 2024
      39.2K bytes
      Cache
     
  7. 7.1. Toy datasets — scikit-learn 1.4.1 document...

    length in cm sepal width in cm petal length in cm petal width...width in cm class: Iris-Setosa Iris-Versicolour Iris-Virginica Summary...
    scikit-learn.org/stable/datasets/toy_dataset.html
    Wed Mar 27 16:42:11 UTC 2024
      44.8K bytes
      Cache
     
  8. 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
    Wed Mar 27 16:42:11 UTC 2024
      30.2K bytes
      Cache
     
  9. 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
    Wed Mar 27 16:42:10 UTC 2024
      77K bytes
      Cache
     
  10. Iso-probability lines for Gaussian Processes cl...

    as np from matplotlib import cm from matplotlib import pyplot...plt . imshow ( y_prob , cmap = cm . gray_r , alpha = 0.8 , extent...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_isoprobability.html
    Wed Mar 27 16:42:11 UTC 2024
      42.5K bytes
      Cache
     
Back to top