Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 431 - 440 of 1,333 for test (0.09 sec)

  1. DetCurveDisplay — scikit-learn 1.7.0 documentation

    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 Jul 02 18:21:48 UTC 2025
      137.8K bytes
      Cache
     
  2. 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 Jul 02 18:21:48 UTC 2025
      98.6K bytes
      Cache
     
  3. 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 Jul 02 18:21:48 UTC 2025
      107.6K bytes
      Cache
     
  4. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Wed Jul 02 18:21:48 UTC 2025
      112.3K bytes
      Cache
     
  5. Cosmic Dawn: NASA Documentary on the James Webb...

    while we were testing the instruments in cryo-vac....travel all over America for tests, making sure the cameras worked,...
    www.metafilter.com/209182/Cosmic-Dawn-NASA-Documentary-on-the-James-Webb-Space-Telescope
    Sun Jun 15 01:02:33 UTC 2025
      30.4K bytes
      Cache
     
  6. Classifier comparison — scikit-learn 1.7.0 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Wed Jul 02 18:21:48 UTC 2025
      114.3K bytes
      Cache
     
  7. LeaveOneGroupOut — scikit-learn 1.7.0 documenta...

    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 Jul 02 18:21:48 UTC 2025
      122.3K bytes
      Cache
     
  8. Version 0.13 — scikit-learn 1.7.0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/stable/whats_new/v0.13.html
    Wed Jul 02 18:21:48 UTC 2025
      72.2K bytes
      Cache
     
  9. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Wed Jul 02 18:21:48 UTC 2025
      228.7K bytes
      Cache
     
  10. Pipeline ANOVA SVM — scikit-learn 1.7.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Wed Jul 02 18:21:48 UTC 2025
      116.5K bytes
      Cache
     
Back to top