- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 396 for f (0.06 sec)
-
DictVectorizer — scikit-learn 1.5.2 documentation
one signifying “f=ham”, the other “f=spam”. If a feature...the feature names (e.g., “f=ham” and “f=spam”). See also FeatureHasher...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
mutual_info_regression — scikit-learn 1.5.2 doc...
Comparison of F-test and mutual information Comparison of F-test and...PLoS ONE 9(2), 2014. [ 4 ] L. F. Kozachenko, N. N. Leonenko, “Sample...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html -
2410.05229
Accuracy (%) - (8s CoT) 0 5 10 15 20 F re q u en cy GSM8K 87.0 GSM-Symbolic...Accuracy (%) - (8s CoT) 0 5 10 15 20 F re q u en cy GSM8K 74.0 GSM-Symbolic...arxiv.org/pdf/2410.05229 -
NBC News Site Map
2003 TOPICS a-e f-j k-o p-s t-z AUTHORS a-e f-j k-o p-s t-z MORE...www.nbcnews.com/archive -
plot_release_highlights_1_5_0.ipynb
5\")\nprint(f\"Custom score: {custom_score(y_test,...scoring=custom_scorer\n).fit(X, y)\n\nprint(f\"Tuned decision threshold: {t...scikit-learn.org/stable/_downloads/ae2d0a2ad69c5df5b93e5ea5c87d56b2/plot_release_highlights_1_5_0... -
RepeatedStratifiedKFold — scikit-learn 1.5.2 do...
print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html -
StratifiedKFold — scikit-learn 1.5.2 documentation
print ( f "Fold { i } :" ) ... print ( f " Train: index=...train_index } " ) ... print ( f " Test: index= { test_index }...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html -
f1_score — scikit-learn 1.5.2 documentation
also known as balanced F-score or F-measure. The F1 score can...y_pred ), f-score is undefined. In such cases, by default f-score...scikit-learn.org/stable/modules/generated/sklearn.metrics.f1_score.html -
3.4. Metrics and scoring: quantifying the quali...
The F-measure ( \(F_\beta\) and \(F_1\) measures) can...score, also known as balanced F-score or F-measure. fbeta_score (y_true,...scikit-learn.org/dev/modules/model_evaluation.html -
Bunch — scikit-learn 1.5.2 documentation
] **F ) → None. Update D from dict/iterable E and F. # If E...is followed by: for k in F: D[k] = F[k] values ( ) → an object...scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html