Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 2,486 for 2 (0.64 sec)

  1. RepeatedKFold — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...RepeatedKFold ( n_splits = 2 , n_repeats = 2 , random_state = 2652124...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Sun Nov 09 07:16:25 UTC 2025
      119.4K bytes
      Cache
     
  2. RegressorMixin — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...
    scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html
    Sun Nov 09 07:16:25 UTC 2025
      115.7K bytes
      Cache
     
  3. PolynomialFeatures — scikit-learn 1.7.2 documen...

    degree-2 polynomial features are [1, a, b, a^2, ab, b^2]. Read...etc. excluded: x[0] ** 2 , x[0] ** 2 * x[1] , etc. include_bias...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Sun Nov 09 07:16:24 UTC 2025
      139.9K bytes
      Cache
     
  4. MultiTaskLasso — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Sun Nov 09 07:16:24 UTC 2025
      156.9K bytes
      Cache
     
  5. TweedieRegressor — scikit-learn 1.7.2 documenta...

    2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3 ]] >>> y = [ 2 , 3.5...determination R^2. R^2 uses squared error and D^2 uses the deviance...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Sun Nov 09 07:16:24 UTC 2025
      141.6K bytes
      Cache
     
  6. GammaRegressor — scikit-learn 1.7.2 documentation

    determination R^2. R^2 uses squared error and D^2 uses the deviance...GammaRegressor () >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Sun Nov 09 07:16:24 UTC 2025
      138.9K bytes
      Cache
     
  7. StratifiedKFold — scikit-learn 1.7.2 documentation

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...n_splits = 2 ) >>> skf . get_n_splits ( X , y ) 2 >>> print (...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Sun Nov 09 07:16:25 UTC 2025
      124.7K bytes
      Cache
     
  8. HuberRegressor — scikit-learn 1.7.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...penalty is equal to alpha * ||w||^2 . Must be in the range [0, inf)...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Sun Nov 09 07:16:25 UTC 2025
      145.6K bytes
      Cache
     
  9. AdaBoostRegressor — scikit-learn 1.7.2 document...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...algorithm known as AdaBoost.R2 [2]. Read more in the User Guide...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html
    Sun Nov 09 07:16:24 UTC 2025
      144.8K bytes
      Cache
     
  10. PCA — scikit-learn 1.7.2 documentation

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>> pca . fit (...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Sun Nov 09 07:16:24 UTC 2025
      171.7K bytes
      Cache
     
Back to top