Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 2,629 for 2 (0.08 sec)

  1. 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
    Tue Sep 17 17:21:49 UTC 2024
      124.9K bytes
      Cache
     
  2. 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
    Tue Sep 17 17:21:49 UTC 2024
      119.9K bytes
      Cache
     
  3. 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
    Tue Sep 17 17:21:49 UTC 2024
      127.6K bytes
      Cache
     
  4. 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
    Wed Sep 18 20:56:25 UTC 2024
      159.4K bytes
      Cache
     
  5. 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
    Wed Sep 18 20:56:23 UTC 2024
      168.7K bytes
      Cache
     
  6. LinearRegression — scikit-learn 1.5.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
    Wed Sep 18 20:56:25 UTC 2024
      150.6K bytes
      Cache
      Similar Results (1)
     
  7. FAQ on Elastic License 2.0 (ELv2) | Elastic

    the Elastic License 2.0? The Elastic License 2.0 applies to our...content FAQ on Elastic License 2.0 (ELv2) Can you summarize what...
    www.elastic.co/licensing/elastic-license/faq
    Thu Sep 19 00:54:04 UTC 2024
      278.2K bytes
      Cache
     
  8. RadiusNeighborsRegressor — scikit-learn 1.5.2 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Wed Sep 18 20:56:23 UTC 2024
      149.5K bytes
      Cache
     
  9. DistanceMetric — scikit-learn 1.5.2 documentation

    HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Wed Sep 18 20:56:26 UTC 2024
      115.6K bytes
      Cache
     
  10. StratifiedShuffleSplit — scikit-learn 1.5.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
    Tue Sep 17 17:21:49 UTC 2024
      121.2K bytes
      Cache
     
Back to top