Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 114 for cms (0.03 sec)

  1. 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
    Fri Apr 26 16:41:50 UTC 2024
      39K bytes
      Cache
     
  2. sklearn.tree.export_text — scikit-learn 1.4.2 d...

    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 Apr 26 16:41:48 UTC 2024
      20.3K bytes
      Cache
     
  3. plot_classifier_comparison.ipynb

    the dataset first\n cm = plt.cm.RdBu\n cm_bright = ListedColormap([\"#FF0000\",...X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors=\"k\")\n #...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Fri Apr 26 16:41:48 UTC 2024
      5.8K bytes
     
  4. 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
    Fri Apr 26 16:41:50 UTC 2024
      30.2K bytes
      Cache
     
  5. 7.1. Toy datasets — scikit-learn 1.4.2 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
    Fri Apr 26 16:41:50 UTC 2024
      44.8K bytes
      Cache
     
  6. 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
    Fri Apr 26 16:41:51 UTC 2024
      32.3K bytes
      Cache
     
  7. 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
    Fri Apr 26 16:41:50 UTC 2024
      29.8K bytes
      1 views
      Cache
     
  8. 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 Apr 26 16:41:48 UTC 2024
      51.6K bytes
      Cache
     
  9. Compressive sensing: tomography reconstruction ...

    cm . gray , interpolation = "nearest"...imshow ( rec_l2 , cmap = plt . cm . gray , interpolation = "nearest"...
    scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html
    Fri Apr 26 16:41:51 UTC 2024
      50.1K bytes
      Cache
     
  10. Neighborhood Components Analysis Illustration —...

    as np from matplotlib import cm from scipy.special import logsumexp...], X [ i , 1 ], s = 300 , c = cm . Set1 ( y [[ i ]]), alpha =...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html
    Fri Apr 26 16:41:50 UTC 2024
      37K bytes
      Cache
     
Back to top