Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 2,634 for 2 (0.11 sec)

  1. Ridge — scikit-learn 1.5.2 documentation

    function: || y - Xw ||^ 2_2 + alpha * || w ||^ 2_2 This model solves...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.Ridge.html
    Wed Sep 18 20:56:26 UTC 2024
      153.6K bytes
      Cache
     
  2. SpectralEmbedding — scikit-learn 1.5.2 document...

    SpectralEmbedding ( n_components = 2 , * , affinity = 'nearest_neighbors'...Parameters : n_components int, default=2 The dimension of the projected...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.SpectralEmbedding.html
    Tue Sep 17 17:21:47 UTC 2024
      128.5K bytes
      Cache
     
  3. OrthogonalMatchingPursuit — scikit-learn 1.5.2 ...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination \(R^2\) is defined as \((1 - \frac{u}{v})\)...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuit.html
    Tue Sep 17 17:21:48 UTC 2024
      133.3K bytes
      2 views
      Cache
     
  4. GaussianProcessRegressor — scikit-learn 1.5.2 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...implementation is based on Algorithm 2.1 of [RW2006] . In addition to...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html
    Tue Sep 17 17:21:49 UTC 2024
      158.3K bytes
      Cache
     
  5. ledoit_wolf — scikit-learn 1.5.2 documentation

    2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf.html
    Tue Sep 17 17:21:49 UTC 2024
      108.8K bytes
      Cache
     
  6. NuSVR — scikit-learn 1.5.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...for Support Vector Machines [ 2 ] Platt, John (1999). “Probabilistic...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Tue Sep 17 17:21:49 UTC 2024
      143.2K bytes
      Cache
     
  7. SGDOneClassSVM — scikit-learn 1.5.2 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>> clf =...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDOneClassSVM.html
    Tue Sep 17 17:21:49 UTC 2024
      154.1K bytes
      Cache
     
  8. MDS — scikit-learn 1.5.2 documentation

    MDS ( n_components = 2 , * , metric = True , n_init =...Parameters : n_components int, default=2 Number of dimensions in which...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.MDS.html
    Tue Sep 17 17:21:49 UTC 2024
      135.7K bytes
      Cache
     
  9. MultiOutputRegressor — scikit-learn 1.5.2 docum...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination \(R^2\) is defined as \((1 - \frac{u}{v})\)...
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html
    Tue Sep 17 17:21:47 UTC 2024
      145.7K bytes
      Cache
     
  10. ExtraTreesRegressor — scikit-learn 1.5.2 docume...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Tue Sep 17 17:21:49 UTC 2024
      163.8K bytes
      Cache
     
Back to top