- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 321 - 330 of 1,752 for test (0.1 sec)
-
Developer’s Guide — scikit-learn 1.7.dev0 docum...
on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...scikit-learn.org/dev/developers/index.html -
Post-hoc tuning the cut-off point of decision f...
Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html -
LeaveOneOut — scikit-learn 1.6.0 documentation
Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html -
Lagged features for time series forecasting — s...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html -
Demonstration of multi-metric evaluation on cro...
The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html -
PrecisionRecallDisplay — scikit-learn 1.7.dev0 ...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/dev/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html -
ConfusionMatrixDisplay — scikit-learn 1.7.dev0 ...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/dev/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html -
Release Highlights for scikit-learn 0.22 — scik...
X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html -
Post pruning decision trees with cost complexit...
X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
StratifiedShuffleSplit — scikit-learn 1.6.0 doc...
Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html