Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 2,645 for 2 (0.07 sec)

  1. PolynomialFeatures — scikit-learn 1.5.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
    Wed Sep 18 20:56:26 UTC 2024
      138.7K bytes
      Cache
     
  2. fetch_openml — scikit-learn 1.5.2 documentation

    2 Release Highlights for scikit-learn 1.2 Release Highlights...selected. Added in version 1.2. Changed in version 1.4: The default...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html
    Wed Sep 18 20:56:23 UTC 2024
      152K bytes
      Cache
     
  3. f_classif — scikit-learn 1.5.2 documentation

    2.2...e-02, 5.7...e-01, 8.2...e-01, 4.5...e-01,..., y ) >>> f_statistic array([2.2...e+02, 7.0...e-01, 1.6...e+00,...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_classif.html
    Wed Sep 18 20:56:23 UTC 2024
      110K bytes
      Cache
     
  4. ValidationCurveDisplay — scikit-learn 1.5.2 doc...

    str can be an expression like ‘2*n_jobs’. verbose int, default=0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Tue Sep 17 17:21:49 UTC 2024
      142.5K bytes
      Cache
     
  5. MultiTaskLasso — scikit-learn 1.5.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
    Wed Sep 18 20:56:23 UTC 2024
      158.7K bytes
      Cache
     
  6. RFE — scikit-learn 1.5.2 documentation

    2, 5]) property classes_ # Classes...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html
    Wed Sep 18 20:56:25 UTC 2024
      147K bytes
      Cache
     
  7. StratifiedKFold — scikit-learn 1.5.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
    Tue Sep 17 17:21:49 UTC 2024
      123.5K bytes
      Cache
     
  8. TweedieRegressor — scikit-learn 1.5.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
    Wed Sep 18 20:56:26 UTC 2024
      141.3K bytes
      Cache
     
  9. train_test_split — scikit-learn 1.5.2 documenta...

    2 )), range ( 5 ) >>> X array([[0, 1], [2, 3], [4, 5],...7]]) >>> y_train [2, 0, 3] >>> X_test array([[2, 3], [8, 9]]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Wed Sep 18 20:56:23 UTC 2024
      161.9K bytes
      Cache
     
  10. GammaRegressor — scikit-learn 1.5.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
    Wed Sep 18 20:56:23 UTC 2024
      138.5K bytes
      Cache
     
Back to top