Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 401 - 410 of 2,485 for 2 (0.27 sec)

  1. root_mean_squared_error — scikit-learn 1.7.2 do...

    2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> r...]] >>> y_pred = [[ 0 , 2 ],[ - 1 , 2 ],[ 8 , - 5 ]] >>> root_mean_squared_error...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.root_mean_squared_error.html
    Sun Nov 09 07:16:25 UTC 2025
      111K bytes
      Cache
     
  2. DistanceMetric — scikit-learn 1.7.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
    Sun Nov 09 07:16:24 UTC 2025
      116.2K bytes
      Cache
     
  3. RadiusNeighborsRegressor — scikit-learn 1.7.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
    Sun Nov 09 07:16:24 UTC 2025
      150.5K bytes
      Cache
     
  4. LassoLars — scikit-learn 1.7.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
    Mon Nov 10 15:11:15 UTC 2025
      143K bytes
      Cache
     
  5. 7.7. Kernel Approximation — scikit-learn 1.7.2 ...

    \Lambda U_2^T \\ U_2 \Lambda U_1^T & U_2 \Lambda U_2^T \end{bmatrix}...\\ U_2\end{bmatrix} \Lambda \begin{bmatrix} U_1 \\ U_2 \end{bmatrix}^T...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Mon Nov 10 15:11:18 UTC 2025
      62.2K bytes
      1 views
      Cache
     
  6. Lars — scikit-learn 1.7.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
    Mon Nov 10 15:11:15 UTC 2025
      138.8K bytes
      Cache
     
  7. Exponentiation — scikit-learn 1.7.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
    Sun Nov 09 07:16:24 UTC 2025
      122.9K bytes
      Cache
     
  8. ParameterGrid — scikit-learn 1.7.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
    Sun Nov 09 07:16:25 UTC 2025
      110.2K bytes
      Cache
     
  9. ParameterSampler — scikit-learn 1.7.2 documenta...

    'a' : 2 }, ... { 'b' : 1.038159 , 'a' : 2 }] True On this...>>> param_grid = { 'a' :[ 1 , 2 ], 'b' : expon ()} >>> param_list...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ParameterSampler.html
    Sun Nov 09 07:16:24 UTC 2025
      110.7K bytes
      Cache
     
  10. DictionaryLearning — scikit-learn 1.7.2 documen...

    _Fro ^ 2 + alpha * || U || _1 , 1 ( U , V ) with || V_k || _2 <=...X_hat - X ) ** 2 , axis = 1 ) / np . sum ( X ** 2 , axis = 1 ))...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.DictionaryLearning.html
    Mon Nov 10 15:11:15 UTC 2025
      144.5K bytes
      Cache
     
Back to top