Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
    Tue Apr 30 16:14:29 UTC 2024
      50.9K bytes
      Cache
     
  2. 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
    Mon Apr 29 15:57:10 UTC 2024
      4.9K bytes
      1 views
     
  3. 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
    Tue Apr 30 16:14:28 UTC 2024
      65.4K bytes
      Cache
     
  4. 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
    Tue Apr 30 16:14:29 UTC 2024
      66K bytes
      Cache
     
  5. 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
    Tue Apr 30 16:14:29 UTC 2024
      39.2K bytes
      Cache
     
  6. 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
    Tue Apr 30 16:14:29 UTC 2024
      65.8K bytes
      Cache
     
  7. 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
    Tue Apr 30 16:14:29 UTC 2024
      77K bytes
      Cache
     
  8. 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
    Tue Apr 30 16:14:28 UTC 2024
      45.8K bytes
      Cache
     
  9. plot_classifier_comparison.rst.txt

    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/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Apr 29 15:57:10 UTC 2024
      7.7K bytes
     
  10. 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
    Tue Apr 30 16:14:29 UTC 2024
      39K bytes
      Cache
     
Back to top