- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 402 for f (0.35 sec)
-
Release Highlights for scikit-learn 1.5 — sciki...
5" ) print ( f "Custom score: { custom_score...custom_scorer ) . fit ( X , y ) print ( f "Tuned decision threshold: { tuned_classifier...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
Polynomial and Spline interpolation — scikit-le...
def f ( x ): """Function to be approximated...replace = False )) y_train = f ( x_train ) # create 2D-array...scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html -
1.13. Feature selection — scikit-learn 1.7.0 do...
f_classif , mutual_info_classif The methods based on F-test...estimator. For instance, we can use a F-test to retrieve the two best...scikit-learn.org/stable/modules/feature_selection.html -
Israel-Iran conflict live updates: Trump rebuke...
” CNN f irst reported the assessment’s...that they don’t know what the f--- they’re doing,” he said. Israel...www.nbcnews.com/world/middle-east/live-blog/live-updates-iran-israel-trump-ceasefire-rcna214671 -
Precision-Recall — scikit-learn 1.7.0 documenta...
positives ( \(F_p\) ). \[P = \frac{T_p}{T_p+F_p}\] Recall ( \(R\)...negatives ( \(F_n\) ). \[R = \frac{T_p}{T_p + F_n}\] The precision-recall...scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html -
LeaveOneOut — 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.LeaveOneOut.html -
PredefinedSplit — 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.PredefinedSplit.html -
Categorical Feature Support in Gradient Boostin...
shape [ 1 ] print ( f "Number of samples: { X . shape...shape [ 0 ] } " ) print ( f "Number of features: { X . shape [ 1...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_categorical.html -
about.rst.txt
F. and Varoquaux, G. and Gramfort,...scikit-learn.org/stable/_sources/about.rst.txt -
LeavePGroupsOut — 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.LeavePGroupsOut.html