- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1351 - 1360 of 2,219 for text (0.07 sec)
-
Feature transformations with ensembles of trees...
X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html -
TimeSeriesSplit — scikit-learn 1.5.2 documentation
in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html -
Gradient Boosting Out-of-Bag estimates — scikit...
X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.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 -
ShuffleSplit — scikit-learn 1.5.2 documentation
print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.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 -
Time-related feature engineering — scikit-learn...
test_0 = all_splits [ 0 ] X . iloc [ test_0 ] season...train_4 , test_4 = all_splits [ 4 ] X . iloc [ test_4 ] season...scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html -
OAS — scikit-learn 1.5.2 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html -
11.1. Array API support (experimental) — scikit...
train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...scikit-learn.org/stable/modules/array_api.html -
OneVsOneClassifier — scikit-learn 1.5.2 documen...
X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html