Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 340 of 1,646 for test (0.16 sec)

  1. Linear Regression Example — scikit-learn 1.4.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Tue May 07 15:05:50 UTC 2024
      27.1K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Tue May 07 15:05:50 UTC 2024
      73.8K bytes
      Cache
     
  3. Balance model complexity and cross-validated sc...

    deviation of the best `mean_test_score`. """ best_score_idx = np...][ best_score_idx ] - cv_results [ "std_test_score" ][ best_score_idx...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Tue May 07 15:05:50 UTC 2024
      37K bytes
      Cache
     
  4. Best Printer 2023 | MetaFilter

    Print a Windows test page and it would be beautiful...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/198593/Best-Printer-2023
    Mon May 06 00:42:06 UTC 2024
      81.8K bytes
      Cache
     
  5. 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 07 15:05:50 UTC 2024
      60.4K bytes
      Cache
     
  6. Installing scikit-learn — scikit-learn 1.4.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.0.272 tests black 23.3.0...23.3.0 tests mypy 1.3 tests pyamg 4.0.0 tests polars 0.19.12...
    scikit-learn.org/stable/install.html
    Tue May 07 15:05:50 UTC 2024
      37.3K bytes
      Cache
     
  7. Slashdot: News for nerds, stuff that matters

    were tested for quality and safety, showing...closely monitored using various tests and devices. Notably, the insulin...
    slashdot.org/popular
    Wed May 08 01:12:49 UTC 2024
      146.4K bytes
      Cache
     
  8. Cross-validation on diabetes Dataset Exercise —...

    regularization Nested versus non-nested cross-validation Nested versus...lasso_cv . score ( X [ test ], y [ test ]) ) ) print () print...
    scikit-learn.org/stable/auto_examples/exercises/plot_cv_diabetes.html
    Tue May 07 15:05:50 UTC 2024
      36.8K bytes
      Cache
     
  9. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Tue May 07 15:05:50 UTC 2024
      61.3K bytes
      Cache
     
  10. Comparison of kernel ridge regression and SVR —...

    train_time = [] test_time = [] for train_test_size in sizes :...fit ( X [: train_test_size ], y [: train_test_size ]) train_time...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html
    Tue May 07 15:05:50 UTC 2024
      59.7K bytes
      Cache
     
  11. Single estimator versus bagging: bias-variance ...

    ( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...
    scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html
    Tue May 07 15:05:50 UTC 2024
      52.4K bytes
      Cache
     
  12. Who Has the Right to “Disrupt” the University?

    speech by creating a new litmus test for what kind of protest activity...had warned protesters , or the rest of their campus communities,...
    jewishcurrents.org/who-has-the-right-to-disrupt-the-university
    Mon May 06 15:38:04 UTC 2024
      82.9K bytes
      Cache
     
  13. GMM covariances — scikit-learn 1.4.2 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Tue May 07 15:05:50 UTC 2024
      45.5K bytes
      Cache
     
  14. sklearn.linear_model.MultiTaskLasso — scikit-le...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Tue May 07 15:05:49 UTC 2024
      69.7K bytes
      Cache
     
  15. 23andMe CEO Anne Wojcicki Considers Taking Comp...

    proposal to take the genetic testing company private after its stock...that, and they'll never get a test. Unless they have some new market...
    slashdot.org/story/24/04/19/2031224/23andme-ceo-anne-wojcicki-considers-taking-company-private
    Sat Apr 20 01:11:51 UTC 2024
      106.2K bytes
      Cache
     
  16. 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
    Tue May 07 15:05:50 UTC 2024
      151.8K bytes
      Cache
     
  17. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Tue May 07 15:05:49 UTC 2024
      90.1K bytes
      Cache
     
  18. 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 07 15:05:50 UTC 2024
      83K bytes
      Cache
     
  19. A pastor vows to fight Satan’s influence at lib...

    over its public library is testing its reputation for welcoming...residents see the library fight as a test of what type city Metropolis...
    www.nbcnews.com/news/us-news/metropolis-illinois-library-books-battle-superman-rcna148352
    Fri Apr 19 00:56:48 UTC 2024
      330.1K bytes
      Cache
     
  20. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Tue May 07 15:05:50 UTC 2024
      41K bytes
      Cache
     
Back to top