- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 136 for cms (0.05 sec)
-
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 -
Feature agglomeration vs. univariate selection ...
cm . RdBu_r ) plt . title ( "True...interpolation = "nearest" , cmap = plt . cm . RdBu_r ) plt . title ( "Feature...scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection.... -
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 -
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... -
「ケーキを食べるな!」米長官の発言が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 -
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