- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 571 - 580 of 3,247 for 2 (0.45 sec)
-
Neighborhood Components Analysis Illustration —...
n_features = 2 , n_informative = 2 , n_redundant = 0 ,...fit ( X , y ) plt . figure ( 2 ) ax2 = plt . gca () X_embedded...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_illustration.html -
DBFlute : Migration : 0.8.9.2
2} 環境上の注意点 Sql2Entityも一緒に *いつもの注意点...dbflute.seasar.org/ja/oldmigration/migrate-0891to0892.html -
Feature importances with a forest of trees — sc...
n_classes = 2 , random_state = 0 , shuffle =...max_depth None min_samples_split 2 min_samples_leaf 1 min_weight_fraction_leaf...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html -
Receiver Operating Characteristic (ROC) with cr...
= 2 ], y [ y != 2 ] n_samples , n_features...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html -
Nearest Neighbors regression — scikit-learn 1.7...
subplot ( 2 , 1 , i + 1 ) plt . scatter (...scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html -
binarize — scikit-learn 1.7.2 documentation
2 ]] >>> binarize ( X , threshold...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.binarize.html -
OneToOneFeatureMixin — scikit-learn 1.7.2 docum...
2 ], [ 3 , 4 ]]) >>> MyEstimator...scikit-learn.org/stable/modules/generated/sklearn.base.OneToOneFeatureMixin.html -
pairwise_kernels — scikit-learn 1.7.2 documenta...
2.]]) On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.pairwise_kernels.html -
Nearest Neighbors Classification — scikit-learn...
subplots ( ncols = 2 , figsize = ( 12 , 5 )) for ax...scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html -
Spectral clustering for image segmentation — sc...
0 ]) ** 2 + ( y - center1 [ 1 ]) ** 2 < radius1 ** 2 circle2...0 ]) ** 2 + ( y - center2 [ 1 ]) ** 2 < radius2 ** 2 circle3...scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html