- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 91 - 100 of 834 for tests (0.19 sec)
-
L1-based models for Sparse Signals — scikit-lea...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
Permutation Importance vs Random Forest Feature...
X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html -
Custom refit strategy of a grid search with cro...
import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
CalibrationDisplay — scikit-learn 1.6.1 documen...
X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html -
feed
0ej585/search-labs-import-testing/89278eb7309b7f3018c6-720x4...0ej585/search-labs-import-testing/16d050a42c736c8ced1d-720x4...www.elastic.co/search-labs/rss/feed -
Plotting Learning Curves and Checking Models’ S...
[ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html -
slashdotMain
Video-MME's long video comprehension tests -- a significant improvement...rss.slashdot.org/Slashdot/slashdotMain -
PrecisionRecallDisplay — scikit-learn 1.6.1 doc...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html -
Importance of Feature Scaling — scikit-learn 1....
X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
KFold — scikit-learn 1.6.1 documentation
Provides train/test indices to split data in train/test sets. Split..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html