Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 563 for tests (0.08 sec)

  1. sklearn.model_selection.StratifiedKFold — sciki...

    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.StratifiedKFold.html
    Wed May 15 13:59:42 UTC 2024
      34.9K bytes
      Cache
     
  2. sklearn.metrics.DetCurveDisplay — scikit-learn ...

    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.metrics.DetCurveDisplay.html
    Wed May 15 13:59:42 UTC 2024
      45.8K bytes
      Cache
     
  3. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Wed May 15 13:59:43 UTC 2024
      45.8K bytes
      Cache
     
  4. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Wed May 15 13:59:40 UTC 2024
      35.6K bytes
      Cache
     
  5. sklearn.model_selection.RepeatedKFold — scikit-...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Wed May 15 13:59:41 UTC 2024
      30.1K bytes
      Cache
     
  6. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Wed May 15 13:59:40 UTC 2024
      44.4K bytes
      Cache
     
  7. sklearn.model_selection.LeaveOneGroupOut — scik...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html
    Wed May 15 13:59:42 UTC 2024
      33.6K bytes
      Cache
     
  8. Elastic S3 connector reference | Enterprise Sea...

    Connector testing for more details. To execute a functional test for...Content extraction . End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-s3.html
    Thu May 09 14:03:31 UTC 2024
      50K bytes
      Cache
     
  9. Getting Started — scikit-learn 1.4.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/getting_started.html
    Wed May 15 13:59:42 UTC 2024
      40K bytes
      Cache
     
  10. Varying regularization in Multi-layer Perceptro...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Wed May 15 13:59:41 UTC 2024
      45.8K bytes
      Cache
     
Back to top