Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 2,274 for 2 (0.15 sec)

  1. Bunch — scikit-learn 1.7.0 documentation

    b = 2 ) >>> b [ 'b' ] 2 >>> b . b 2 >>> b . a = 3 >>>...return a (key, value) pair as a 2-tuple. Pairs are returned in LIFO...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Fri Jun 06 09:13:47 UTC 2025
      118.3K bytes
      Cache
     
  2. TransformedTargetRegressor — scikit-learn 1.7.0...

    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
    Fri Jun 06 09:13:47 UTC 2025
      143.2K bytes
      Cache
     
  3. RegressorMixin — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:46 UTC 2025
      115.7K bytes
      Cache
     
  4. PolynomialFeatures — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:47 UTC 2025
      139.9K bytes
      Cache
     
  5. MetaFilter Jobs

    Business/Mgmt (2) Customer Service (1) Education/Teaching (2) Et cetera...Technical Support (2) TV/Film/Video/Radio (2) Web/HTML/Info Design...
    jobs.metafilter.com
    Sat Jun 07 00:50:38 UTC 2025
      41.3K bytes
      Cache
     
  6. 1.7. Gaussian Processes — scikit-learn 1.7.0 do...

    log-transformed [[ -inf 2.30258509] [ -inf 2.30258509] [ -inf 2.30258509]]...\left(1 + \frac{d(x_i, x_j)^2}{2\alpha l^2}\right)^{-\alpha}\] The...
    scikit-learn.org/stable/modules/gaussian_process.html
    Fri Jun 06 09:13:47 UTC 2025
      84.5K bytes
      Cache
     
  7. RidgeCV — scikit-learn 1.7.0 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination ( \(R^2\) ) otherwise. cv int, cross-validation...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Fri Jun 06 09:13:46 UTC 2025
      150.3K bytes
      Cache
     
  8. mean_absolute_percentage_error — scikit-learn 1...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 , 8. ] >>>...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html
    Fri Jun 06 09:13:47 UTC 2025
      112.6K bytes
      Cache
     
  9. RationalQuadratic — scikit-learn 1.7.0 document...

    x_j)^2 }{ 2\alpha l^2}\right)^{-\alpha}\] where...>>> gpc . predict_proba ( X [: 2 ,:]) array([[0.8881, 0.0566, 0.05518],...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RationalQuadratic.html
    Fri Jun 06 09:13:47 UTC 2025
      127.1K bytes
      Cache
     
  10. ElasticNetCV — scikit-learn 1.7.0 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
    Fri Jun 06 09:13:46 UTC 2025
      166.7K bytes
      Cache
     
Back to top