Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 464 for tests (0.09 sec)

  1. What is Cybersecurity? | A Comprehensive Securi...

    and testing security features within applications...security measures. Penetration testing: Regularly performing internal...
    www.elastic.co/what-is/cybersecurity
    Wed May 29 00:53:06 UTC 2024
      351K bytes
      Cache
     
  2. 3.4. Metrics and scoring: quantifying the quali...

    ratio (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Tue May 28 11:51:34 UTC 2024
      398.7K bytes
      Cache
      Similar Results (1)
     
  3. Best Headphones of 2023

    warranty duration based on tests that give an idea of the average...
    digg.com/technology/audio/best-headphones
    Wed May 29 01:15:41 UTC 2024
      247.7K bytes
      Cache
     
  4. 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
    Tue May 28 11:51:32 UTC 2024
      160.2K bytes
      Cache
     
  5. 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
    Tue May 28 11:51:32 UTC 2024
      178.4K bytes
      Cache
     
  6. Gradient Boosting regression — scikit-learn 1.5...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Tue May 28 11:51:32 UTC 2024
      107.7K bytes
      Cache
     
  7. 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
    Tue May 28 11:51:32 UTC 2024
      156.7K bytes
      Cache
     
  8. 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
    Tue May 28 11:51:32 UTC 2024
      121.9K bytes
      Cache
     
  9. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Tue May 28 11:51:32 UTC 2024
      156.6K bytes
      Cache
     
  10. 10. Common pitfalls and recommended practices —...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/common_pitfalls.html
    Tue May 28 11:51:33 UTC 2024
      106.3K bytes
      Cache
     
Back to top