Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 97 for cms (0.08 sec)

  1. 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
    Sat May 18 15:26:01 UTC 2024
      44.8K bytes
      Cache
     
  2. 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
    Sat May 18 15:26:01 UTC 2024
      33K bytes
      Cache
     
  3. 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
    Sat May 18 15:26:01 UTC 2024
      30.2K bytes
      Cache
     
  4. 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
    Sat May 18 15:26:00 UTC 2024
      38.1K bytes
      Cache
     
  5. Manifold learning on handwritten digits: Locall...

    cm . binary ) ax . axis ( "off"...} $" , s = 60 , color = plt . cm . Dark2 ( digit ), alpha = 0.425...
    scikit-learn.org/stable/auto_examples/manifold/plot_lle_digits.html
    Sat May 18 15:26:00 UTC 2024
      56.2K 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
    Sat May 18 15:26:00 UTC 2024
      35.6K bytes
      Cache
     
  7. Plot the decision surface of decision trees tra...

    cm . RdYlBu , response_method =...target_names [ i ], cmap = plt . cm . RdYlBu , edgecolor = "black"...
    scikit-learn.org/stable/auto_examples/tree/plot_iris_dtc.html
    Sat May 18 15:26:00 UTC 2024
      33.7K bytes
      Cache
     
  8. 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
    Sat May 18 15:26:00 UTC 2024
      42.5K bytes
      Cache
     
  9. The Johnson-Lindenstrauss bound for embedding w...

    cm . Blues ( np . linspace ( 0.3...( 2 , 6 , 5 ) colors = plt . cm . Blues ( np . linspace ( 0.3...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_johnson_lindenstrauss_bound.html
    Sat May 18 15:26:00 UTC 2024
      56.4K bytes
      Cache
     
  10. Hierarchical clustering: structured vs unstruct...

    cm . jet ( float ( l ) / np . max...label == l , 2 ], color = plt . cm . jet ( float ( l ) / np . max...
    scikit-learn.org/stable/auto_examples/cluster/plot_ward_structured_vs_unstructured.html
    Sat May 18 15:26:00 UTC 2024
      38.6K bytes
      Cache
     
Back to top