- Sort Score
- Num 10 results
- Language All
- Labels All
Results 41 - 50 of 563 for cms (0.12 seconds)
Filter
-
Empirical evaluation of the impact of k-means i...
cm as cm import matplotlib.pyplot as...my_members = km . labels_ == k color = cm . nipy_spectral ( float ( k )...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html -
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 -
Vector Quantization Example — scikit-learn 1.8....
cm . gray ) ax [ 0 ] . axis ( "off"...compressed_raccoon_uniform , cmap = plt . cm . gray ) ax [ 0 ] . axis ( "off"...scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html -
1.10. Decision Trees — scikit-learn 1.8.0 docum...
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/tree.html -
Image denoising using dictionary learning — sci...
cm . gray , interpolation = "nearest"...0.5 , vmax = 0.5 , cmap = plt . cm . PuOr , interpolation = "nearest"...scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html -
マクドナルドの人気記事 324件 - はてなブックマーク
このCMのストーリーはマクドナルドのお客さんの実話を元にしたものだそうです。 CM あとで読む 芸能 広告...mobile スマートフォン あとで読む 日本マクドナルドのCMがなぜか米国でバズる、「ポリコレ要素がない」ことに驚くアメリカ人続出(海外の反応)...b.hatena.ne.jp/q/マクドナルド -
auto_examples_python.zip
range(len(cm)): for pred in range(len(cm)): y_true += [gt] * cm[gt][pred]...import cm plt.figure() y_unique = np.unique(y) colors = cm.rain...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
Probability calibration of classifiers — scikit...
as plt from matplotlib import cm plt . figure () y_unique = np...np . unique ( y ) colors = cm . rainbow ( np . linspace ( 0.0...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
Plot classification probability — scikit-learn ...
as pd 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 -
Compare the effect of different scalers on data...
5 cmap = getattr ( cm , "plasma_r" , cm . hot_r ) def create_axes...as np from matplotlib import cm from matplotlib import pyplot...scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html