Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 101 - 110 of 9,924 for 2 (0.21 seconds)

  1. DBSCAN — scikit-learn 1.7.2 documentation

    2 ], [ 2 , 2 ], [ 2 , 3 ], ... [ 8 , 7 ],...memory complexity of \(O({n}^2)\) , which can occur when the...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.DBSCAN.html
    Fri Nov 21 04:27:30 GMT 2025
      135.7K bytes
      Cache
     
  2. BayesianRidge — scikit-learn 1.7.2 docume...

    [ 2 , 2 ]], [ 0 , 1 , 2 ]) BayesianRidge() >>>...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.BayesianRidge.html
    Fri Nov 21 04:27:30 GMT 2025
      149.6K bytes
      Cache
     
  3. 2.6. Covariance estimation — scikit-learn...

    2.6.2. Shrunk Covariance # 2.6.2.1. Basic shrinkage...ShrunkCovariance object to data. 2.6.2.2. Ledoit-Wolf shrinkage # In...
    scikit-learn.org/stable/modules/covariance.html
    Thu Nov 20 00:54:07 GMT 2025
      59.7K bytes
      Cache
     
  4. HistGradientBoostingClassifier — scikit-l...

    2: Added support for feature names....version 0.23. Changed in version 1.2: Accept dict of constraints with...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.HistGradientBoostingClassifier.html
    Fri Nov 21 04:27:30 GMT 2025
      175.3K bytes
      Cache
     
  5. Matern — scikit-learn 1.7.2 documentation

    \frac{1}{\Gamma(\nu)2^{\nu-1}}\Bigg( \frac{\sqrt{2\nu}}{l} d(x_i ,...the RBF kernel. When \(\nu = 1/2\) , the Matérn kernel becomes...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Matern.html
    Fri Nov 21 04:27:30 GMT 2025
      126.9K bytes
      Cache
     
  6. OneVsOneClassifier — scikit-learn 1.7.2 d...

    X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Fri Nov 21 04:27:31 GMT 2025
      142.2K bytes
      Cache
     
  7. QuantileRegressor — scikit-learn 1.7.2 do...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...n_samples , n_features = 10 , 2 >>> rng = np . random...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.QuantileRegressor.html
    Fri Nov 21 04:27:30 GMT 2025
      139K bytes
      Cache
     
  8. SVC — scikit-learn 1.7.2 documentation

    [ - 2 , - 1 ], [ 1 , 1 ], [ 2 , 1 ]]) >>>...>>> y = np . array ([ 1 , 1 , 2 , 2 ]) >>> from sklearn.svm...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Fri Nov 21 09:29:40 GMT 2025
      176.5K bytes
      Cache
     
  9. make_moons — scikit-learn 1.7.2 documenta...

    2 , random_state = 42 ) >>> X . shape (200, 2) >>>...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
    Fri Nov 21 04:27:30 GMT 2025
      114.3K bytes
      Cache
     
  10. IsotonicRegression — scikit-learn 1.7.2 d...

    float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...Operations Research Vol. 14, No. 2 (May, 1989), pp. 303-308 Isotone...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.html
    Fri Nov 21 04:27:31 GMT 2025
      145.7K bytes
      Cache
     
Back to Top