Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 262 for test (0.09 sec)

  1. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Wed May 08 07:10:45 UTC 2024
      98.4K bytes
      Cache
     
  2. sklearn.pipeline.Pipeline — scikit-learn 1.4.2 ...

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Wed May 08 07:10:46 UTC 2024
      100K bytes
      Cache
     
  3. Slashdot: News for nerds, stuff that matters

    companies to bypass labor market tests designed to protect U.S. workers,...endoderm stem cells (EnSCs), were tested for quality and safety, showing...
    slashdot.org/popular
    Thu May 09 01:10:49 UTC 2024
      141.2K bytes
      Cache
     
  4. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Wed May 08 07:10:46 UTC 2024
      115.7K bytes
      Cache
     
  5. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Wed May 08 07:10:45 UTC 2024
      111.9K bytes
      Cache
     
  6. 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
    Wed May 08 07:10:46 UTC 2024
      151.8K bytes
      Cache
     
  7. Cottage cheese and sour cream are safe amid bir...

    but testing shows pasteurized dairy products...agency has been conducting tests on 297 pasteurized retail dairy...
    www.nbcnews.com/health/health-news/cottage-cheese-sour-cream-are-safe-bird-flu-outbreak-fda-says-...
    Thu May 02 00:52:29 UTC 2024
      210.6K bytes
      Cache
     
  8. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Wed May 08 07:10:46 UTC 2024
      118K bytes
      Cache
     
  9. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Wed May 08 07:10:46 UTC 2024
      214.7K bytes
      Cache
     
  10. 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 May 08 07:10:46 UTC 2024
      137K bytes
      Cache
     
Back to top