Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 834 for tests (0.19 sec)

  1. 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
    Fri May 09 20:31:36 UTC 2025
      125K bytes
      Cache
     
  2. 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
    Fri May 09 20:31:36 UTC 2025
      159.9K bytes
      Cache
     
  3. 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
    Fri May 09 20:31:36 UTC 2025
      124K bytes
      Cache
     
  4. 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
    Fri May 09 20:31:36 UTC 2025
      140.6K bytes
      Cache
     
  5. feed

    0ej585/search-labs-import-testing/89278eb7309b7f3018c6-720x4...0ej585/search-labs-import-testing/16d050a42c736c8ced1d-720x4...
    www.elastic.co/search-labs/rss/feed
    Sun May 11 00:51:03 UTC 2025
      14.5K bytes
     
  6. 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
    Fri May 09 20:31:36 UTC 2025
      111.7K bytes
      1 views
      Cache
     
  7. slashdotMain

    Video-MME's long video comprehension tests -- a significant improvement...
    rss.slashdot.org/Slashdot/slashdotMain
    Tue Apr 15 01:10:28 UTC 2025
      49.8K bytes
      1 views
     
  8. 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
    Fri May 09 20:31:36 UTC 2025
      149.4K bytes
      Cache
     
  9. 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
    Fri May 09 20:31:36 UTC 2025
      122.1K bytes
      Cache
     
  10. 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
    Fri May 09 20:31:36 UTC 2025
      123.6K bytes
      Cache
     
Back to top