Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 117 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
    Thu May 16 17:15:45 UTC 2024
      39K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.24 — scik...

    selection: ['sepal length (cm)', 'petal width (cm)'] New PolynomialCountSketc...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Thu May 16 17:15:45 UTC 2024
      92K bytes
      Cache
     
  3. Nearest Neighbors Classification — scikit-learn...

    [[ "sepal length (cm)" , "sepal width (cm)" ]] y = iris . target...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Thu May 16 17:15:46 UTC 2024
      32.7K bytes
      Cache
     
  4. SVM: Weighted samples — scikit-learn 1.4.2 docu...

    cm . bone ) axis . scatter ( X [:,..., alpha = 0.9 , cmap = plt . cm . bone , edgecolors = "black"...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Thu May 16 17:15:46 UTC 2024
      30.3K bytes
      Cache
     
  5. Illustration of Gaussian process classification...

    cm . PuOr_r , ) contours = plt ....s = 30 , c = Y , cmap = plt . cm . Paired , edgecolors = ( 0 ,...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpc_xor.html
    Thu May 16 17:15:45 UTC 2024
      34.9K bytes
      Cache
     
  6. Online learning of a dictionary of parts of fac...

    cm . gray , interpolation = "nearest"...
    scikit-learn.org/stable/auto_examples/cluster/plot_dict_face_patches.html
    Thu May 16 17:15:45 UTC 2024
      35.6K bytes
      Cache
     
  7. Face completion with a multi-output estimators ...

    cm . gray , interpolation = "nearest"...( image_shape ), cmap = plt . cm . gray , interpolation = "nearest"...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Thu May 16 17:15:45 UTC 2024
      36.4K bytes
      Cache
     
  8. Plot classification probability — scikit-learn ...

    as np from matplotlib import cm from sklearn import datasets..."Probability" ) _ = plt . colorbar ( cm . ScalarMappable ( norm = None...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Thu May 16 17:15:46 UTC 2024
      38.1K bytes
      Cache
     
  9. Recursive feature elimination — scikit-learn 1....

    cm . Blues ) plt . colorbar () plt...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_rfe_digits.html
    Thu May 16 17:15:45 UTC 2024
      24.3K bytes
      Cache
     
  10. SVM Exercise — scikit-learn 1.4.2 documentation

    cm . Paired , edgecolor = "k" ,...XX , YY , Z > 0 , cmap = plt . cm . Paired ) plt . contour ( XX...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Thu May 16 17:15:45 UTC 2024
      33K bytes
      Cache
     
Back to top