- Sort Score
- Num 10 results
- Language All
- Labels All
Results 231 - 240 of 1,509 for f (0.11 seconds)
Filter
-
Build a Site Reliability Agent (SRA) for Red Ha...
oc apply -f mcp-k8s-clusterrole.yaml Copy...use the cluster API. oc apply -f mcp-k8s-clusterrole-binding.yaml...developer.ibm.com/tutorials/build-sra-openshift-watsonx-orchestrate/ -
LeaveOneGroupOut — scikit-learn 1.8.0 documenta...
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.LeaveOneGroupOut.html -
Evaluation of outlier detection estimators — sc...
toc = perf_counter () print ( f "Duration for { model_name } :...shape [ 0 ], y . mean () print ( f " { n_samples } datapoints with...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
sklearn.metrics — scikit-learn 1.8.0 documentation
balanced F-score or F-measure. fbeta_score Compute the F-beta score....t Compute precision, recall, F-measure and support for each class....scikit-learn.org/stable/api/sklearn.metrics.html -
StratifiedShuffleSplit — scikit-learn 1.8.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 -
1.16. Probability calibration — scikit-learn 1....
(y_i - \hat{f}_i)^2\] subject to \(\hat{f}_i \geq \hat{f}_j\) whenever...label of sample \(i\) and \(\hat{f}_i\) is the output of the calibrated...scikit-learn.org/stable/modules/calibration.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 -
chi2 — scikit-learn 1.8.0 documentation
See also f_classif ANOVA F-value between label/feature for...classification tasks. f_regression F-value between label/feature for...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html -
Comparison of the K-Means and MiniBatchKMeans c...
2f s \n inertia: %f " % ( t_batch , k_means . inertia_..."train time: %.2f s \n inertia: %f " % ( t_mini_batch , mbk . inertia_...scikit-learn.org/stable/auto_examples/cluster/plot_mini_batch_kmeans.html -
GroupKFold — scikit-learn 1.8.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