Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 2,274 for 2 (0.06 sec)

  1. 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
    Fri Jun 06 09:13:47 UTC 2025
      417.3K bytes
      Cache
     
  2. 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
    Fri Jun 06 09:13:47 UTC 2025
      3.6K bytes
     
  3. 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
    Fri Jun 06 09:13:47 UTC 2025
      122.7K bytes
      Cache
     
  4. 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
    Fri Jun 06 09:13:47 UTC 2025
      112K bytes
      Cache
     
  5. 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
    Fri Jun 06 01:01:20 UTC 2025
      37.7K bytes
      Cache
     
  6. 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
    Fri Jun 06 09:13:46 UTC 2025
      124.6K bytes
      Cache
     
  7. 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
    Fri Jun 06 09:13:47 UTC 2025
      142.6K bytes
      Cache
     
  8. 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
    Fri Jun 06 09:13:47 UTC 2025
      10.8K bytes
     
  9. 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
    Fri Jun 06 09:13:47 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  10. 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
    Fri Jun 06 09:13:47 UTC 2025
      127.3K bytes
      Cache
     
Back to top