Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 615 for test (0.11 sec)

  1. 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
    Thu May 09 23:01:25 UTC 2024
      111.9K bytes
      Cache
     
  2. 6.3. Preprocessing data — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Thu May 09 23:01:25 UTC 2024
      170.5K bytes
      Cache
     
  3. 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
     
  4. 1.6. Nearest Neighbors — scikit-learn 1.4.2 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Thu May 09 23:01:25 UTC 2024
      99.8K bytes
      Cache
     
  5. 1.4. Support Vector Machines — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...
    scikit-learn.org/stable/modules/svm.html
    Thu May 09 23:01:25 UTC 2024
      103.3K bytes
      Cache
     
  6. Developing scikit-learn estimators — scikit-lea...

    _skip_test (default=False) whether to skip common tests entirely....Numbers Numerical assertions in tests Developing scikit-learn estimators...
    scikit-learn.org/stable/developers/develop.html
    Thu May 09 23:01:25 UTC 2024
      106.1K bytes
      Cache
     
  7. Column Transformer with Mixed Types — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) : .3f } " ) accuracy of the best model...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Thu May 09 23:01:25 UTC 2024
      121.4K bytes
      Cache
     
  8. 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
    Thu May 09 23:01:25 UTC 2024
      214.7K bytes
      Cache
     
  9. Poisson regression and non-normal loss — scikit...

    df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Thu May 09 23:01:25 UTC 2024
      108.9K 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
    Thu May 09 23:01:25 UTC 2024
      137K bytes
      Cache
     
Back to top