- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 251 - 260 of 2,274 for 2 (0.06 sec)
-
3.4. Metrics and scoring: quantifying the quali...
y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> r2_score...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...scikit-learn.org/stable/modules/model_evaluation.html -
plot_multi_metric_evaluation.py
range(2, 403, 20)}, scoring=scoring, refit="AUC", n_jobs=2, re...sklearn.datasets import make_hastie_10_2 from sklearn.metrics import accuracy_score,...scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py -
1.6. Nearest Neighbors — scikit-learn 1.7.0 doc...
2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/neighbors.html -
make_gaussian_quantiles — scikit-learn 1.7.0 do...
int64(2), np.int64(0), np.int64(1), np.int64(0), np.int64(2)] Gallery...n_samples = 100 , n_features = 2 , n_classes = 3 , shuffle = True...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_gaussian_quantiles.html -
An interview with Van Morrison | MetaFilter
philip-random at 10:17 PM on June 4 [ 2 favorites ] Van Morrison burned...maupuia at 3:44 AM on June 5 [ 2 favorites ] Saw a joke that was...www.metafilter.com/209060/An-interview-with-Van-Morrison -
ShuffleSplit — scikit-learn 1.7.0 documentation
2 , 1 , 2 , 1 , 2 ]) >>> rs = ShuffleSplit...Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html -
TSNE — scikit-learn 1.7.0 documentation
2 - 0.8. Angle less than 0.2 has quickly increasing...sklearn.manifold. TSNE ( n_components = 2 , * , perplexity = 30.0 , early_exaggeration...scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html -
plot_classifier_comparison.zip
make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip -
3.1. Cross-validation: evaluating estimator per...
2 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2 , 3 , 3...)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...scikit-learn.org/stable/modules/cross_validation.html -
GroupKFold — scikit-learn 1.7.0 documentation
Fold 0: Train: index=[2 3], group=[2 2] Test: index=[0 1 4 5],...group=[0 0 3 3] Test: index=[2 3], group=[2 2] get_metadata_routing...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html