- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 31 - 40 of 369 for f (0.11 sec)
-
FeatureHasher — scikit-learn 1.7.2 documentation
'run' : 5 }] >>> f = h . transform ( D ) >>> f . toarray () array([[..."bird" ]] >>> f = h . transform ( raw_X ) >>> f . toarray () array([[...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.FeatureHasher.html -
model_evaluation.rst.txt
_precision_recall_f_measure_metrics: Precision, recall and F-measures...1_score>`_ (:math:`F_\beta` and :math:`F_1` measures) can be...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt -
1.16. Probability calibration — scikit-learn 1....
(y_i - \hat{f}_i)^2\] subject to \(\hat{f}_i \geq \hat{f}_j\) whenever...: \[p(y_i = 1 | f_i) = \frac{1}{1 + \exp(A f_i + B)} \,,\] where...scikit-learn.org/stable/modules/calibration.html -
KFold — scikit-learn 1.7.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.KFold.html -
StratifiedGroupKFold — scikit-learn 1.7.2 docum...
print ( f "Fold { i } :" ) ... print ( f " Train: index=...print ( f " Test: index= { test_index } " ) ... print ( f " group=...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html -
StratifiedShuffleSplit — scikit-learn 1.7.2 doc...
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.StratifiedShuffleSplit.html -
5.1. Partial Dependence and Individual Conditio...
\mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...dependence of the response \(f\) at a point \(x_S\) is defined...scikit-learn.org/stable/modules/partial_dependence.html -
Feature Selection — scikit-learn 1.7.2 document...
scikit-learn.org/stable/auto_examples/feature_selection/index.html -
chi2 — scikit-learn 1.7.2 documentation
See also f_classif ANOVA F-value between label/feature...for classification tasks. f_regression F-value between label/feature...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
ensemble.rst.txt
F(x_i))}{\partial F(x_i)} \right]_{F=F_{m - 1}}. .....\frac{\partial l(y_i, F(x_i))}{\partial F(x_i)} \right]_{F=F_{m - 1}}` is...scikit-learn.org/stable/_sources/modules/ensemble.rst.txt