Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 231 - 240 of 6,009 for 2 (0.17 seconds)

  1. RepeatedKFold — scikit-learn 1.7.2 docume...

    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
    Fri Nov 14 06:59:28 GMT 2025
      119.4K bytes
      Cache
     
  2. RegressorMixin — scikit-learn 1.7.2 docum...

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>>...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
    Fri Nov 14 06:59:24 GMT 2025
      115.7K bytes
      Cache
     
  3. PolynomialFeatures — scikit-learn 1.7.2 d...

    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
    Fri Nov 14 06:59:24 GMT 2025
      139.9K bytes
      Cache
     
  4. mutual_info_classif — scikit-learn 1.7.2 ...

    [ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html
    Fri Nov 14 06:59:28 GMT 2025
      114.9K bytes
      Cache
     
  5. MultiTaskLasso — scikit-learn 1.7.2 docum...

    2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...Lasso is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Fri Nov 14 06:59:24 GMT 2025
      156.9K bytes
      Cache
     
  6. mutual_info_regression — scikit-learn 1.7...

    [ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Fri Nov 14 06:59:28 GMT 2025
      114.4K bytes
      Cache
     
  7. TfidfTransformer — scikit-learn 1.7.2 doc...

    2, 0, 1, 1, 1, 0, 0], [1, 0, 0,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfTransformer.html
    Fri Nov 14 06:59:24 GMT 2025
      141.3K bytes
      Cache
     
  8. TweedieRegressor — scikit-learn 1.7.2 doc...

    determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html
    Fri Nov 14 06:59:27 GMT 2025
      141.6K bytes
      Cache
     
  9. GammaRegressor — scikit-learn 1.7.2 docum...

    determination R^2. R^2 uses squared error and D^2 uses the deviance...() >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html
    Fri Nov 14 06:59:27 GMT 2025
      138.9K bytes
      Cache
     
  10. StratifiedKFold — scikit-learn 1.7.2 docu...

    2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...n_splits = 2 ) >>> skf . get_n_splits ( X , y ) 2 >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Fri Nov 14 06:59:28 GMT 2025
      124.7K bytes
      Cache
     
Back to Top