Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 1,752 for test (0.12 sec)

  1. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Fri Dec 20 11:14:14 UTC 2024
      1.6M bytes
      5 views
     
  2. Compare cross decomposition methods — scikit-le...

    ) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html
    Fri Dec 20 11:14:14 UTC 2024
      128K bytes
      Cache
     
  3. 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
    Fri Dec 20 11:14:18 UTC 2024
      124.5K bytes
      Cache
     
  4. A Florida Doctor Removed a Man’s Liver Instead ...

    Tests there revealed a mass on Bill’s...medication and undergoing more tests. With his pain stable, the couple...
    nymag.com/intelligencer/article/thomas-shaknovsky-bill-bryan-surgery-never-event.html
    Tue Dec 10 01:23:29 UTC 2024
      1.5M bytes
      Cache
     
  5. Installing scikit-learn — scikit-learn 1.6.0 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...
    scikit-learn.org/stable/install.html
    Fri Dec 20 11:14:18 UTC 2024
      53.8K bytes
      Cache
      Similar Results (1)
     
  6. 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
    Fri Dec 20 11:14:18 UTC 2024
      100K bytes
      Cache
     
  7. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Fri Dec 20 11:14:14 UTC 2024
      109K bytes
      Cache
     
  8. Overview of multiclass training meta-estimators...

    probability Nested versus non-nested cross-validation Nested versus..."DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Fri Dec 20 11:14:14 UTC 2024
      114.5K bytes
      Cache
     
  9. plot_release_highlights_1_5_0.py

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...imator(classifier_05, X_test, y_test) # %% # Lowering the threshold,...
    scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py
    Sun Dec 08 14:35:20 UTC 2024
      8.3K bytes
     
  10. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Fri Dec 20 11:14:14 UTC 2024
      123.1K bytes
      Cache
     
Back to top