Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 2,391 for 2 (0.07 sec)

  1. 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
    Thu Nov 06 17:51:52 UTC 2025
      152.7K bytes
      Cache
     
  2. RandomTreesEmbedding — scikit-learn 1.7.2 docum...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...nodes is at most n_estimators * 2 ** max_depth . For an example...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html
    Thu Nov 06 17:51:52 UTC 2025
      154K bytes
      Cache
     
  3. RandomForestClassifier — scikit-learn 1.7.2 doc...

    min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Thu Nov 06 17:51:52 UTC 2025
      181.9K bytes
      Cache
     
  4. 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
    Thu Nov 06 17:51:50 UTC 2025
      167.4K bytes
      Cache
     
  5. spectral_clustering — scikit-learn 1.7.2 docume...

    [2] . Read more in the User Guide...be avoided. Added in version 1.2: Added ‘auto’ option. assign_labels...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.spectral_clustering.html
    Thu Nov 06 17:51:52 UTC 2025
      121.2K 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
    Thu Nov 06 17:51:53 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
    Thu Nov 06 17:51:52 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
    Thu Nov 06 17:51:50 UTC 2025
      143.1K bytes
      Cache
     
  9. 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
    Thu Nov 06 17:51:50 UTC 2025
      166.4K bytes
      Cache
     
  10. 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
    Thu Nov 06 17:51:52 UTC 2025
      136.2K bytes
      1 views
      Cache
     
Back to top