Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 2,737 for 2 (0.08 sec)

  1. TimeSeriesSplit — scikit-learn 1.5.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...1] Test: index=[2] Fold 2: Train: index=[0 1 2] Test: index=[3]...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Fri Nov 08 17:29:41 UTC 2024
      128.3K bytes
      2 views
      Cache
     
  2. Release Highlights for scikit-learn 1.5 — sciki...

    nothing; each false negative costs 2; each false positive costs 0.1...."all" ) . ravel () return tp - 2 * fn - 0.1 * fp print ( "Untuned...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Fri Nov 08 17:29:42 UTC 2024
      118.3K bytes
      Cache
     
  3. ShuffleSplit — scikit-learn 1.5.2 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 Nov 08 17:29:41 UTC 2024
      122.8K bytes
      Cache
     
  4. GroupShuffleSplit — scikit-learn 1.5.2 document...

    0: Train: index=[2 3 4 5 6 7], group=[2 2 2 3 3 3] Test: index=[0...3 3 3] Test: index=[2 3 4], group=[2 2 2] get_metadata_routing...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Fri Nov 08 17:29:41 UTC 2024
      127.3K bytes
      Cache
     
  5. GroupKFold — scikit-learn 1.5.2 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 Nov 08 17:29:41 UTC 2024
      124.7K bytes
      Cache
     
  6. RepeatedStratifiedKFold — scikit-learn 1.5.2 do...

    index=[1 2] Fold 2: Train: index=[1 3] Test: index=[0 2] Fold 3:...np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Fri Nov 08 17:29:41 UTC 2024
      119.6K bytes
      Cache
     
  7. MinCovDet — scikit-learn 1.5.2 documentation

    (n_samples + n_features + 1) / 2 * n_samples . The parameter must...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.MinCovDet.html
    Fri Nov 08 17:29:41 UTC 2024
      143.6K bytes
      Cache
     
  8. Lasso — scikit-learn 1.5.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...\(||y||_2^2 / n_{\text{samples}}\) . The target can be a 2-dimensional...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Fri Nov 08 17:29:41 UTC 2024
      168.4K bytes
      Cache
     
  9. LabelEncoder — scikit-learn 1.5.2 documentation

    array([2, 2, 1]...) >>> list ( le . inverse_transform ([ 2 , 2 ,...LabelEncoder () >>> le . fit ([ 1 , 2 , 2 , 6 ]) LabelEncoder() >>> le...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelEncoder.html
    Fri Nov 08 17:29:41 UTC 2024
      122.2K bytes
      Cache
     
  10. VotingClassifier — scikit-learn 1.5.2 documenta...

    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/generated/sklearn.ensemble.VotingClassifier.html
    Fri Nov 08 17:29:41 UTC 2024
      159.2K bytes
      Cache
     
Back to top