Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 2,486 for 2 (0.41 sec)

  1. RepeatedStratifiedKFold — scikit-learn 1.7.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
    Sun Nov 09 07:16:24 UTC 2025
      121.6K bytes
      Cache
     
  2. GroupKFold — scikit-learn 1.7.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
    Sun Nov 09 07:16:25 UTC 2025
      127.1K bytes
      Cache
     
  3. GroupShuffleSplit — scikit-learn 1.7.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
    Sun Nov 09 07:16:24 UTC 2025
      128.2K bytes
      Cache
     
  4. VotingClassifier — scikit-learn 1.7.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
    Sun Nov 09 07:16:24 UTC 2025
      152.7K bytes
      Cache
     
  5. Lasso — scikit-learn 1.7.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
    Sun Nov 09 07:16:25 UTC 2025
      167.4K bytes
      Cache
     
  6. StratifiedShuffleSplit — scikit-learn 1.7.2 doc...

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 ,...Test: index=[0 2 3] Fold 2: Train: index=[5 0 2] Test: index=[4...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Sun Nov 09 07:16:25 UTC 2025
      122.5K bytes
      Cache
     
  7. LinearRegression — scikit-learn 1.7.2 documenta...

    2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0 + 2 * x_1...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html
    Sun Nov 09 07:16:24 UTC 2025
      151.3K bytes
      Cache
     
  8. TransformedTargetRegressor — scikit-learn 1.7.2...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...The function needs to return a 2-dimensional array. inverse_func...
    scikit-learn.org/stable/modules/generated/sklearn.compose.TransformedTargetRegressor.html
    Sun Nov 09 07:16:25 UTC 2025
      143.1K bytes
      Cache
     
  9. PowerTransformer — scikit-learn 1.7.2 documenta...

    2 ], [ 3 , 2 ], [ 4 , 5 ]] >>> print...0 and lambda_ != 2 : X_original = 1 - ( - ( 2 - lambda_ ) * X...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PowerTransformer.html
    Sun Nov 09 07:16:25 UTC 2025
      136.2K bytes
      1 views
      Cache
     
  10. ElasticNetCV — scikit-learn 1.7.2 documentation

    objective is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Sun Nov 09 07:16:24 UTC 2025
      166.4K bytes
      Cache
     
Back to top