- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1231 - 1240 of 1,998 for store (6.72 seconds)
-
fbeta_score — scikit-learn 1.8.0 document...
Compute the F-beta score. The F-beta score is the weighted harmonic...precision. The formula for F-beta score is: \[F_\beta = \frac{(1 + \beta^2)...scikit-learn.org/stable/modules/generated/sklearn.metrics.fbeta_score.html -
2.3. Clustering — scikit-learn 1.8.0 docu...
lower scores, and for the adjusted Rand index the score will be...rename 2 to 3, and get the same score: >>> labels_pred =...scikit-learn.org/stable/modules/clustering.html -
3.1. Cross-validation: evaluating estimator per...
2f " % ( scores . mean (), scores . std ())) 0.98 accuracy...default, the score computed at each CV iteration is the score method...scikit-learn.org/stable/modules/cross_validation.html -
NearestCentroid — scikit-learn 1.8.0 docu...
score ( X , y , sample_weight = None...default=None Sample weights. Returns : score float Mean accuracy of self.predict(X)...scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html -
IsolationForest — scikit-learn 1.8.0 docu...
as the scores of inliers are close to 0 and the scores of outliers...anomaly score of X of the base classifiers. The anomaly score of an...scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html -
Imputing missing values before building an esti...
and score # Now we will write a function which will score the...regressor scores = cross_val_score ( estimator , X , y , scoring = ...scikit-learn.org/stable/auto_examples/impute/plot_missing_values.html -
LassoLarsIC — scikit-learn 1.8.0 document...
Notes The \(R^2\) score used when calling score on a regressor uses...(n_samples,) Returns predicted values. score ( X , y , sample_weight = None...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html -
make_scorer — scikit-learn 1.8.0 document...
estimators or functions allowing a scoring parameter. The parameter response_method...should be used to feed the scoring/loss function. Read more in...scikit-learn.org/stable/modules/generated/sklearn.metrics.make_scorer.html -
feature_selection.rst.txt
input a scoring function that returns univariate scores and p-values...improve estimators' accuracy scores or to boost their performance...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
1.13. Feature selection — scikit-learn 1....
input a scoring function that returns univariate scores and p-values...improve estimators’ accuracy scores or to boost their performance...scikit-learn.org/stable/modules/feature_selection.html