- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 11 - 20 of 136 for cms (2.36 sec)
-
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 -
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 -
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 -
石橋貴明「全局出入り禁止」か - いまトピランキング
石橋貴明「全局出入り禁止」か 一連の中居正広問題で広告主が一斉にCMを引き上げていたフジテレビに、大きな動きがあったようだ。 ...トヨタ自動車が7月29日夜のニュースのスポーツコーナーでCM出稿を再開。同業他社の日産自動車も「サザエさん」スポンサードの一部再開が報じられているとのこと。...news.goo.ne.jp/iw/270941/石橋貴明「全局出入り禁止」か -
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 -
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 -
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 -
Feature agglomeration — scikit-learn 1.7.1 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 -
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 -
Selecting the number of clusters with silhouett...
cm as cm import matplotlib.pyplot as...y_lower + size_cluster_i color = cm . nipy_spectral ( float ( i )...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html