Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 941 - 950 of over 10,000 for 2 (0.18 seconds)

Filter
  1. Lars — scikit-learn 1.8.0 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 Mar 23 20:39:20 UTC 2026
      17.4K bytes
      Cache
     
  2. inplace_csr_row_normalize_l2 — scikit-lea...

    2 , 3 ]) >>> data = np . array ([ 1.0 , 2.0 , 3.0...>>> indptr = np . array ([ 0 , 2 , 3 , 4 ]) >>> indices...
    scikit-learn.org/stable/modules/generated/sklearn.utils.sparsefuncs_fast.inplace_csr_row_normaliz...
    Mon Feb 02 09:23:44 UTC 2026
      108.3K bytes
      Cache
     
  3. locally_linear_embedding — scikit-learn 1.8.0 d...

    (n_components + 1) / 2. see reference [2] modified use the modified...n_components = 2 ) >>> embedding . shape (100, 2) Gallery examples...
    scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html
    Mon Mar 23 20:39:20 UTC 2026
      15K bytes
      Cache
     
  4. make_moons — scikit-learn 1.8.0 documentation

    2 , random_state = 42 ) >>> X . shape (200, 2) >>> y ....n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_moons.html
    Mon Mar 23 20:39:23 UTC 2026
      14.6K bytes
      Cache
     
  5. Dimensionality Reduction with Neighborhood Comp...

    ( n_components = 2 )) # Reduce dimension to 2 with NeighborhoodComponen...the different samples on the 2 first principal components. Linear...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  6. additive_chi2_kernel — scikit-learn 1.8.0 docum...

    -2.], [-2., -1.]]) On this page This...given by: k(x, y) = -Sum [(x - y)^2 / (x + y)] It can be interpreted...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html
    Mon Mar 23 20:39:23 UTC 2026
      13.5K bytes
      Cache
     
  7. LabelBinarizer — scikit-learn 1.8.0 documentation

    2 , 6 , 4 , 2 ]) LabelBinarizer() >>>...array([0, 1, 2]) >>> lb . transform ([ 0 , 1 , 2 , 1 ]) array([[1,...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.LabelBinarizer.html
    Mon Mar 23 20:39:23 UTC 2026
      16.9K bytes
      Cache
     
  8. Documentation

    Individually Method 2: Clone Repository with Git Step 2: Review Docker...Step 1: Install OpenSearch Step 2: Install Fess Step 3: Startup...
    fess.codelibs.org/documentation.html
    Mon Mar 23 02:51:17 UTC 2026
      479.1K bytes
      Cache
     
  9. HistGradientBoostingRegressor — scikit-learn 1....

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Release Highlights...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingRegressor.html
    Mon Mar 23 20:39:21 UTC 2026
      23.3K bytes
      Cache
     
  10. LassoCV — scikit-learn 1.8.0 documentation

    it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...X = np . array ([[ 1 , 2 , 3.1 ], [ 2.3 , 5.4 , 4.3 ]]) . T >>>...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Mon Mar 23 20:39:20 UTC 2026
      21.5K bytes
      Cache
     
Back to Top