Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 115 for tests (0.19 sec)

  1. 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 15 13:59:40 UTC 2024
      118K bytes
      Cache
     
  2. Real User Monitoring (RUM) with Elastic Observa...

    and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/real-user-monitoring
    Thu May 16 00:05:53 UTC 2024
      469.6K bytes
      Cache
     
  3. 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
    Wed May 15 13:59:41 UTC 2024
      108.9K 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 15 13:59:40 UTC 2024
      115.7K 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
    Wed May 15 13:59:41 UTC 2024
      103.3K bytes
      Cache
     
  6. 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
    Wed May 15 13:59:42 UTC 2024
      170.5K bytes
      Cache
     
  7. Elastic Observability monitors metrics for Micr...

    import { test, expect } from '@playwright/test'; test('homepage...requirements. RESOURCE_GROUP="test" APP_PASSWORD="SpecifyNewPasswordHe"...
    www.elastic.co/observability-labs/blog/observability-monitors-metrics-microsoft-azure
    Thu May 16 00:51:22 UTC 2024
      136.8K bytes
      Cache
     
  8. Column Transformer with Mixed Types — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...%.3f " % clf . score ( X_test , y_test )) model score: 0.798 HTML...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Wed May 15 13:59:40 UTC 2024
      121.4K bytes
      Cache
     
  9. 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 15 13:59:41 UTC 2024
      151.8K bytes
      Cache
     
  10. 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
    Tue May 14 20:49:02 UTC 2024
      106.1K bytes
      Cache
     
Back to top