Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 2,486 for 2 (0.35 sec)

  1. 2.8. Density Estimation — scikit-learn 1.7.2 do...

    [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...the distribution of points. 2.8.2. Kernel Density Estimation #...
    scikit-learn.org/stable/modules/density.html
    Sun Nov 09 07:16:24 UTC 2025
      45.5K bytes
      Cache
     
  2. GaussianProcessRegressor — scikit-learn 1.7.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
    Sun Nov 09 07:16:24 UTC 2025
      159.2K bytes
      Cache
     
  3. 2.1. Gaussian mixture models — scikit-learn 1.7...

    2.1.2. Variational Bayesian Gaussian...models using a finite mixture. 2.1.2.1. The Dirichlet Process # Here...
    scikit-learn.org/stable/modules/mixture.html
    Sun Nov 09 07:16:24 UTC 2025
      58.5K bytes
      Cache
     
  4. ClassifierMixin — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Sun Nov 09 07:16:25 UTC 2025
      114.1K bytes
      Cache
     
  5. 1.14. Semi-supervised learning — scikit-learn 1...

    2. Label Propagation # Label propagation...be relaxed, to say \(\alpha=0.2\) , which means that we will always...
    scikit-learn.org/stable/modules/semi_supervised.html
    Sun Nov 09 07:16:24 UTC 2025
      43.5K bytes
      3 views
      Cache
     
  6. Older Versions — scikit-learn 1.7.2 documentation

    flyingimmidev 2 Francois Savard 2 Hannes Schulz 2 Peter Welinder 2 Yaroslav...Losi 2 Charles McCarthy 2 Roy Hyunjin Han 2 Scott White 2 ibayer...
    scikit-learn.org/stable/whats_new/older_versions.html
    Sun Nov 09 07:16:24 UTC 2025
      144.6K bytes
      Cache
     
  7. make_blobs — scikit-learn 1.7.2 documentation

    2) >>> y array([0, 1, 2, 0, 2, 2, 2, 1, 1, 0]) Gallery...shape ) (10, 2) >>> y array([0, 0, 1, 0, 2, 2, 2, 1, 1, 0]) >>>...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_blobs.html
    Sun Nov 09 07:16:24 UTC 2025
      130.3K bytes
      Cache
     
  8. 3.2. Tuning the hyper-parameters of an estimato...

    17 // 2 = 8 24 * 2 = 48 8 // 2 = 4 48 * 2 = 96 4 // 2 = 2 We can...(=n_candidates) 3 * 2 = 6 70 // 2 = 35 6 * 2 = 12 35 // 2 = 17 12 * 2 = 24 17...
    scikit-learn.org/stable/modules/grid_search.html
    Sun Nov 09 07:16:24 UTC 2025
      130.8K bytes
      Cache
     
  9. MiniBatchDictionaryLearning — scikit-learn 1.7....

    _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.MiniBatchDictionaryLearning.html
    Sun Nov 09 07:16:25 UTC 2025
      149.7K bytes
      Cache
     
  10. KNNImputer — scikit-learn 1.7.2 documentation

    n_neighbors = 2 ) >>> imputer . fit_transform ( X ) array([[1. , 2. , 4....always 0 . Added in version 1.2. Attributes : indicator_ MissingIndicator...
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Sun Nov 09 07:16:25 UTC 2025
      133.7K bytes
      Cache
     
Back to top