Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 95 for tests (0.11 sec)

  1. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Thu May 09 23:01:25 UTC 2024
      99.5K bytes
      Cache
     
  2. 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:24 UTC 2024
      111.9K bytes
      Cache
     
  3. 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
     
  4. 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
     
  5. Embedding Security in LLM Workflows: Elastic's ...

    risks Red Teaming & Monitoring : Test for vulnerabilities and continuously...section. Before moving forward, testing your connection is generally...
    www.elastic.co/security-labs/embedding-security-in-llm-workflows
    Fri May 10 00:59:32 UTC 2024
      183.2K bytes
      Cache
     
  6. 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
     
  7. Linklaters Delivers Faster, Better Enterprise S...

    test, and go live with no interruption...This streamlines development, testing, and enables automated scaling...
    www.elastic.co/customers/linklaters
    Fri May 10 00:41:47 UTC 2024
      423.9K bytes
      Cache
     
  8. 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:24 UTC 2024
      108.9K bytes
      Cache
     
  9. The Greatest Diss Tracks of All Time, Ranked - ...

    you had KD do a lie detector test, I bet even he’d admit that...why they’re constantly being tested. Who caught the worst stray?...
    www.theringer.com/rap/2024/5/7/24149814/greatest-rap-diss-tracks-all-time-kendrick-lamar-drake-no...
    Fri May 10 00:51:00 UTC 2024
      445.8K bytes
      Cache
     
  10. 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
     
Back to top