- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 402 for f (1.19 sec)
-
IsotonicRegression — scikit-learn 1.7.0 documen...
the y = f(X) monotonic function. Added in version 0.24. f_ function...values used to interpolate the y = f(X) monotonic function. Added in...scikit-learn.org/stable/modules/generated/sklearn.isotonic.IsotonicRegression.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/stable/modules/model_evaluation.html -
feature_selection.rst.txt
we can use a F-test to retrieve the two best...sklearn.feature_selection import f_classif >>> X, y = load_iris(return_X_y=True)...scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt -
plot_hgbt_regression.rst.txt
print(f"Training sample size: {X_train.shape[0]}") print(f"Test...size: {X_test.shape[0]}") print(f"Number of features: {X_train.shape[1]}")...scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt -
StratifiedShuffleSplit — scikit-learn 1.7.0 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 -
chi2 — scikit-learn 1.7.0 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 -
RepeatedKFold — scikit-learn 1.7.0 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.RepeatedKFold.html -
DictVectorizer — scikit-learn 1.7.0 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 -
GroupKFold — scikit-learn 1.7.0 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.GroupKFold.html -
mutual_info_regression — scikit-learn 1.7.0 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