Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 840 for tests (0.46 sec)

  1. 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 May 12 15:17:01 UTC 2025
      159.9K bytes
      Cache
     
  2. 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
     
  3. 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 May 12 15:17:01 UTC 2025
      215.8K bytes
      Cache
     
  4. 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 May 12 15:17:01 UTC 2025
      152.2K bytes
      Cache
     
  5. GraphicalLassoCV — scikit-learn 1.6.1 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Mon May 12 15:17:03 UTC 2025
      139.5K bytes
      Cache
     
  6. 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
    Mon May 12 15:17:03 UTC 2025
      140.6K bytes
      Cache
     
  7. 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
     
  8. feed

    0ej585/search-labs-import-testing/3aa0b481994d2445ba97-720x4...0ej585/search-labs-import-testing/89278eb7309b7f3018c6-720x4...
    www.elastic.co/search-labs/rss/feed
    Tue May 13 00:58:30 UTC 2025
      14.5K bytes
     
  9. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Mon May 12 15:17:01 UTC 2025
      110.8K bytes
      Cache
     
  10. 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
    Mon May 12 15:17:01 UTC 2025
      149.4K bytes
      Cache
     
Back to top