Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1351 - 1360 of 2,219 for text (0.12 sec)

  1. 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
    Mon Nov 04 18:26:54 UTC 2024
      147K bytes
      Cache
     
  2. 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
    Mon Nov 04 18:26:51 UTC 2024
      128.3K bytes
      2 views
      Cache
     
  3. 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
    Mon Nov 04 18:26:54 UTC 2024
      107.5K bytes
      Cache
     
  4. 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
    Mon Nov 04 18:26:54 UTC 2024
      153.2K bytes
      Cache
     
  5. 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
    Mon Nov 04 18:26:53 UTC 2024
      122.8K bytes
      Cache
     
  6. 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
    Mon Nov 04 18:26:54 UTC 2024
      118K bytes
      Cache
     
  7. 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
    Mon Nov 04 18:26:54 UTC 2024
      204.8K bytes
      Cache
     
  8. 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
    Mon Nov 04 18:26:51 UTC 2024
      136.8K bytes
      Cache
     
  9. 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
    Mon Nov 04 18:26:51 UTC 2024
      50.8K bytes
      Cache
     
  10. 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
    Fri Nov 01 07:27:40 UTC 2024
      142.2K bytes
      Cache
     
Back to top