Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 461 - 470 of 2,642 for 2 (0.08 sec)

  1. sklearn.gaussian_process — scikit-learn 1.5.2 d...

    takes two kernels \(k_1\) and \(k_2\) and combines them via kernels.RBF...takes two kernels \(k_1\) and \(k_2\) and combines them via kernels.WhiteKernel...
    scikit-learn.org/stable/api/sklearn.gaussian_process.html
    Thu Sep 19 14:56:28 UTC 2024
      120.9K bytes
      Cache
     
  2. ledoit_wolf_shrinkage — scikit-learn 1.5.2 docu...

    2 ], [ .2 , .8 ]]) >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ledoit_wolf_shrinkage.html
    Thu Sep 19 14:56:27 UTC 2024
      107.3K bytes
      Cache
     
  3. FAQ on Elastic License 2.0 (ELv2) | Elastic

    the Elastic License 2.0? The Elastic License 2.0 applies to our...content FAQ on Elastic License 2.0 (ELv2) Can you summarize what...
    www.elastic.co/licensing/elastic-license/faq
    Fri Sep 20 00:52:22 UTC 2024
      278.3K bytes
      Cache
     
  4. DistanceMetric — scikit-learn 1.5.2 documentation

    HaversineDistance 2 arcsin(sqrt(sin^2(0.5*dx) + cos(x1)cos(x2)sin^2(0.5*dy)))...'euclidean' ) >>> X = [[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]] >>> Y...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DistanceMetric.html
    Thu Sep 19 14:56:27 UTC 2024
      115.6K bytes
      Cache
     
  5. RadiusNeighborsRegressor — scikit-learn 1.5.2 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...'auto' , leaf_size = 30 , p = 2 , metric = 'minkowski' , metric_params...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsRegressor.html
    Thu Sep 19 14:56:27 UTC 2024
      149.5K bytes
      Cache
     
  6. LassoLars — scikit-learn 1.5.2 documentation

    is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...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.LassoLars.html
    Thu Sep 19 14:56:28 UTC 2024
      142.6K bytes
      Cache
     
  7. RidgeClassifier — scikit-learn 1.5.2 documentation

    2: Default value changed from 1e-3...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifier.html
    Thu Sep 19 14:56:28 UTC 2024
      143.6K bytes
      Cache
     
  8. Lars — scikit-learn 1.5.2 documentation

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_nonzero_coefs = 500 , eps = np.float64(2.220446049250313e-16) , copy_X...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lars.html
    Thu Sep 19 14:56:27 UTC 2024
      138.4K bytes
      Cache
     
  9. Exponentiation — scikit-learn 1.5.2 documentation

    2) is equivalent to using the **...** operator with RBF() ** 2 . Read more in the User Guide . Added...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html
    Thu Sep 19 14:56:27 UTC 2024
      122.1K bytes
      Cache
     
  10. ParameterGrid — scikit-learn 1.5.2 documentation

    { 'a' : 2 , 'b' : True }, { 'a' : 2 , 'b' : False }])...>>> param_grid = { 'a' : [ 1 , 2 ], 'b' : [ True , False ]} >>>...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterGrid.html
    Thu Sep 19 14:56:27 UTC 2024
      109.5K bytes
      Cache
     
Back to top