- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 124 for cms (0.32 sec)
-
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 -
Faces dataset decompositions — scikit-learn 1.7...
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 -
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 -
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 -
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 -
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 -
train_test_split — scikit-learn 1.7.0 documenta...
length (cm) sepal width (cm) petal length (cm) petal width (cm) 0...length (cm) sepal width (cm) petal length (cm) petal width (cm) 96...scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html -
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 -
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 -
Manifold Learning methods on a severed sphere —...
cm . rainbow ) ax . view_init (...], c = colors , cmap = plt . cm . rainbow ) plt . title ( " %s...scikit-learn.org/stable/auto_examples/manifold/plot_manifold_sphere.html