Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 2,618 for 2 (0.12 sec)

  1. OPTICS — scikit-learn 1.7.1 documentation

    2 (1999): 49-60. [ 2 ] Schubert, Erich, Michael...>>> X = np . array ([[ 1 , 2 ], [ 2 , 5 ], [ 3 , 6 ], ... [ 8...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.OPTICS.html
    Thu Aug 07 12:27:52 UTC 2025
      136K bytes
      Cache
     
  2. KBinsDiscretizer — scikit-learn 1.7.1 documenta...

    [ 2., 2., 2., 1.], [ 2., 2., 2., 2.]]) Sometimes...>>> X = [[ - 2 , 1 , - 4 , - 1 ], ... [ - 1 , 2 , - 3 , - 0.5...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KBinsDiscretizer.html
    Thu Aug 07 12:27:53 UTC 2025
      152.6K bytes
      Cache
     
  3. LocallyLinearEmbedding — scikit-learn 1.7.1 doc...

    (n_components + 1) / 2 . see reference [2] modified : use the...n_neighbors = 5 , n_components = 2 , reg = 0.001 , eigen_solver =...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.LocallyLinearEmbedding.html
    Thu Aug 07 12:27:52 UTC 2025
      136.8K bytes
      Cache
     
  4. NearestNeighbors — scikit-learn 1.7.1 documenta...

    2 , return_distance = False ) array([[2, 0]]...) >>>...array([[2]])) As you can see, it returns [[0.5]], and [[2]], which...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestNeighbors.html
    Thu Aug 07 12:27:55 UTC 2025
      151.7K bytes
      Cache
     
  5. decomposition.rst.txt

    \frac{1}{2} ||X - Y||_{\mathrm{Fro}}^2 = \frac{1}{2} \sum_{i,j}...Y) = \frac{1}{2} ||X - Y||_{Fro}^2 = \frac{1}{2} \sum_{i,j} (X_{ij}...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Wed Aug 06 18:27:58 UTC 2025
      45.8K bytes
      6 views
     
  6. r2_score — scikit-learn 1.7.1 documentation

    y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> r2_score...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html
    Thu Aug 07 12:27:53 UTC 2025
      121.5K bytes
      Cache
     
  7. ElasticNet — scikit-learn 1.7.1 documentation

    function: 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.ElasticNet.html
    Thu Aug 07 12:27:53 UTC 2025
      166.2K bytes
      Cache
     
  8. MiniBatchNMF — scikit-learn 1.7.1 documentation

    ||H||_{Fro}^2,\end{aligned}\end{align} \] where \(||A||_{Fro}^2 = \sum_{i,j}...array ([[ 1 , 1 ], [ 2 , 1 ], [ 3 , 1.2 ], [ 4 , 1 ], [ 5 , 0.8...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchNMF.html
    Thu Aug 07 12:27:55 UTC 2025
      155.1K bytes
      Cache
     
  9. BayesianRidge — scikit-learn 1.7.1 documentation

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge() >>>...1e-06 , alpha_2 = 1e-06 , lambda_1 = 1e-06 , lambda_2 = 1e-06 , alpha_init...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.BayesianRidge.html
    Thu Aug 07 12:27:52 UTC 2025
      149.7K bytes
      Cache
     
  10. hamming_loss — scikit-learn 1.7.1 documentation

    2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ] >>>...[ 1 , 1 ]]), np . zeros (( 2 , 2 ))) 0.75 Gallery examples #...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.hamming_loss.html
    Thu Aug 07 12:27:52 UTC 2025
      111.9K bytes
      Cache
     
Back to top