Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 509 for tests (0.1 sec)

  1. 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
    Mon May 27 10:29:30 UTC 2024
      107.7K bytes
      Cache
     
  2. Demonstration of multi-metric evaluation on cro...

    '_<scorer_name>' ( 'mean_test_precision' , 'rank_test_precision' , etc…)...style in (( "train" , "--" ), ( "test" , "-" )): sample_score_mean...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Mon May 27 10:29:28 UTC 2024
      100.7K bytes
      Cache
     
  3. LedoitWolf — scikit-learn 1.5.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.LedoitWolf.html
    Mon May 27 10:29:31 UTC 2024
      143.1K bytes
      Cache
     
  4. China Uses Giant Rail Gun to Shoot Smart Bomb N...

    China's navy has apparently tested out a hypersonic rail gun —...Post reports , the rail gun test lobbed a precision-guided projectile...
    futurism.com/the-byte/china-rail-gun-smart-bomb
    Mon May 20 01:16:35 UTC 2024
      115.7K bytes
      Cache
     
  5. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Mon May 27 10:29:30 UTC 2024
      150.9K bytes
      Cache
     
  6. 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
    Mon May 27 10:29:30 UTC 2024
      156.7K bytes
      Cache
     
  7. 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
    Mon May 27 10:29:28 UTC 2024
      198.5K bytes
      Cache
     
  8. Cross-validation on diabetes Dataset Exercise —...

    score ( X [ test ], y [ test ]) ) ) print () print...Train error vs Test error Train error vs Test error Lasso model...
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Mon May 27 10:29:30 UTC 2024
      99.8K bytes
      Cache
     
  9. 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
    Mon May 27 10:29:29 UTC 2024
      121.9K bytes
      Cache
     
  10. OAS — scikit-learn 1.5.0 documentation

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon May 27 10:29:29 UTC 2024
      143.3K bytes
      Cache
     
Back to top