- Sort Score
- Num 10 results
- Language All
- Labels All
Results 101 - 110 of 9,924 for 2 (0.21 seconds)
-
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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