- Sort Score
- Num 10 results
- Language All
- Labels All
Results 231 - 240 of over 10,000 for 2 (0.94 seconds)
-
HuberRegressor — scikit-learn 1.7.2 docum...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...penalty is equal to alpha * ||w||^2 . Must be in the range [0, inf)...scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html -
RFECV — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html -
f1_score — scikit-learn 1.7.2 documentation
2 , 0 , 1 , 2 ] >>> y_pred = [ 0 , 2 , 1 , 0...is: \[\text{F1} = \frac{2 * \text{TP}}{2 * \text{TP} + \text{FP}...scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html -
3.4. Metrics and scoring: quantifying the quali...
= [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2...= [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2...scikit-learn.org/stable/modules/model_evaluation.html -
chi2 — scikit-learn 1.7.2 documentation
2 , 2 ]) >>> chi2_stats ,...[ 5 , 4 , 1 ], ... [ 6 , 6 , 2 ], ... [ 1 , 4 , 0 ], ... [ 0...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
AdaBoostRegressor — scikit-learn 1.7.2 do...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...algorithm known as AdaBoost.R2 [2]. Read more in the User Guide...scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostRegressor.html -
NuSVR — scikit-learn 1.7.2 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...for Support Vector Machines [ 2 ] Platt, John (1999). “Probabilistic...scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html -
PCA — scikit-learn 1.7.2 documentation
[ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...3 , 2 ]]) >>> pca = PCA ( n_components = 2 ) >>>...scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html -
Search - scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version Search Ctrl + Kscikit-learn.org/stable/search.html -
MultiOutputRegressor — scikit-learn 1.7.2...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...coefficient of determination, \(R^2\) , is defined as \((1 - \frac{u}{v})\)...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html