- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 369 for f (0.3 sec)
-
GenericUnivariateSelect — scikit-learn 1.7.2 do...
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.GenericUnivariateSelect.html -
LeavePGroupsOut — 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.LeavePGroupsOut.html -
load_svmlight_file — scikit-learn 1.7.2 documen...
load_svmlight_file ( f , * , n_features=None , dtype=<class...mblondel/svmlight-loader Parameters : f str, path-like, file-like or int...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_file.html -
webpack-3c5e70c697526501.js
f={},r.e=e=>Promise.all(Object.keys(r.f).reduce((t...4);u.onerror=f.bind(null,u.onerror),u.onload=f.bind(null,u.o...www.digg.com/_next/static/chunks/webpack-3c5e70c697526501.js -
Semi-supervised Classification on a Text Datase...
"Supervised SGDClassifier on 100 % o f the data:" ) eval_and_print_metrics..."Supervised SGDClassifier on 20 % o f the training data:" ) eval_and_print_metrics...scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html -
RepeatedStratifiedKFold — scikit-learn 1.7.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 -
API Reference — scikit-learn 1.7.2 documentation
feature_selection f_classif Compute the ANOVA F-value for the provided...score, also known as balanced F-score or F-measure. sklearn.metrics...scikit-learn.org/stable/api/index.html -
7.1. Pipelines and composite estimators — sciki...
'w' ) as f : ... f . write ( estimator_html_repr...TransformedTargetReg(...) >>> print ( f "R2 score: { regr . score ( X_test...scikit-learn.org/stable/modules/compose.html -
Combine predictors using stacking — scikit-lear...
{ key : ( f " { np . abs ( np . mean ( scores [ f 'test_ { value...])) : .2f } +- " f " { np . std ( scores [ f 'test_ { value }...scikit-learn.org/stable/auto_examples/ensemble/plot_stack_predictors.html -
SVM-Anova: SVM with univariate feature selectio...
f_classif from sklearn.pipeline..."anova" , SelectPercentile ( f_classif )), ( "scaler" , StandardScaler...scikit-learn.org/stable/auto_examples/svm/plot_svm_anova.html