- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 134 for cms (0.09 sec)
-
Kernel Density Estimation — scikit-learn 1.7.1 ...
cm . binary , interpolation = "nearest"...reshape (( 8 , 8 )), cmap = plt . cm . binary , interpolation = "nearest"...scikit-learn.org/stable/auto_examples/neighbors/plot_digits_kde_sampling.html -
A demo of structured Ward hierarchical clusteri...
cm . gray ) for l in range ( n_clusters...label == l , colors = [ plt . cm . nipy_spectral ( l / float (...scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html -
Visualizations with Display Objects — scikit-le...
X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...cm_display = ConfusionMatrixDispl ( cm ) . plot () Create RocCurveDisplay...scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html -
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 -
「ケーキを食べるな!」米長官の発言がSNSで物議…「デザート食べたら保険がきかないの?」
www.buzzfeed.com/jp/sienaegiljum/sienaegiljumdr-oz-carrot-cake-medicaid-2 -
Sparse inverse covariance estimation — scikit-l...
cm . RdBu_r ) plt . xticks (())..., vmax = vmax , cmap = plt . cm . RdBu_r , ) plt . xticks (())...scikit-learn.org/stable/auto_examples/covariance/plot_sparse_cov.html -
Visualizing the stock market structure — scikit...
cm . nipy_spectral ) # Plot the...segments , zorder = 0 , cmap = plt . cm . hot_r , norm = plt . Normalize...scikit-learn.org/stable/auto_examples/applications/plot_stock_market.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 -
Label Propagation digits: Active learning — sci...
true_labels = y [ unlabeled_indices ] cm = confusion_matrix ( true_labels..."Confusion matrix" ) print ( cm ) # compute the entropies of...scikit-learn.org/stable/auto_examples/semi_supervised/plot_label_propagation_digits_active_learni... -
RBF SVM parameters — scikit-learn 1.7.1 documen...
cm . RdBu ) plt . scatter ( X_2d...1 ], c = y_2d , cmap = plt . cm . RdBu_r , edgecolors = "k" )...scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html