Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 300 of 889 for test (0.16 sec)

  1. slashdotMain

    Ars Technica: The first crewed test flight of Boeing's long-delayed...latest delay of the Starliner test flight late Tuesday. Officials...
    rss.slashdot.org/Slashdot/slashdotMain
    Thu May 23 01:05:21 UTC 2024
      58.2K bytes
     
  2. Underfitting vs. Overfitting — scikit-learn 1.5...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Wed May 22 15:20:10 UTC 2024
      97.9K bytes
      Cache
     
  3. Comparing Target Encoder with Other Encoders — ...

    "rmse_test_mean" : rmse_test_score . mean (), "rmse_test_std"...= True , ) rmse_test_score = - result [ "test_score" ] rmse_train_score...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html
    Wed May 22 15:20:05 UTC 2024
      135.4K bytes
      Cache
     
  4. Demonstration of multi-metric evaluation on cro...

    The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Wed May 22 15:20:05 UTC 2024
      100.7K bytes
      Cache
     
  5. 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
    Wed May 22 15:20:07 UTC 2024
      98.9K bytes
      Cache
     
  6. Confusion matrix — scikit-learn 1.5.0 documenta...

    set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...
    scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html
    Wed May 22 15:20:10 UTC 2024
      88.7K bytes
      Cache
     
  7. LeavePGroupsOut — scikit-learn 1.5.0 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Wed May 22 15:20:08 UTC 2024
      128.9K bytes
      Cache
     
  8. Precision-Recall — scikit-learn 1.5.0 documenta...

    and test X_train , X_test , y_train , y_test = train_test_split...and test X_train , X_test , Y_train , Y_test = train_test_split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html
    Wed May 22 15:20:10 UTC 2024
      138.8K bytes
      Cache
     
  9. LeaveOneOut — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Wed May 22 15:20:10 UTC 2024
      122.4K bytes
      Cache
     
  10. 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
    Wed May 22 15:20:10 UTC 2024
      159.6K bytes
      Cache
     
  11. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Wed May 22 15:20:10 UTC 2024
      114.5K bytes
      Cache
     
  12. Post pruning decision trees with cost complexit...

    X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Wed May 22 15:20:10 UTC 2024
      102.4K bytes
      Cache
     
  13. Post-hoc tuning the cut-off point of decision f...

    Series ( [ est . best_threshold_ for est in cv_results_tuned_model...value_counts () class tested_negative 500 tested_positive 268 Name:...
    scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html
    Wed May 22 15:20:07 UTC 2024
      123.2K bytes
      Cache
     
  14. Prediction Latency — scikit-learn 1.5.0 documen...

    X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Wed May 22 15:20:05 UTC 2024
      140.6K bytes
      Cache
     
  15. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Wed May 22 15:20:05 UTC 2024
      114.6K bytes
      Cache
     
  16. Installing scikit-learn — scikit-learn 1.5.0 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.2.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.23 docs,...
    scikit-learn.org/stable/install.html
    Wed May 22 15:20:10 UTC 2024
      55K bytes
      Cache
     
  17. Version 0.18 — scikit-learn 1.5.0 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/stable/whats_new/v0.18.html
    Wed May 22 15:20:10 UTC 2024
      139.1K bytes
      Cache
     
  18. load_svmlight_files — scikit-learn 1.5.0 docume...

    target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Wed May 22 15:20:05 UTC 2024
      117.6K bytes
      Cache
     
  19. 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
    Wed May 22 15:20:07 UTC 2024
      115K bytes
      Cache
     
  20. GMM covariances — scikit-learn 1.5.0 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
    Wed May 22 15:20:07 UTC 2024
      108.1K bytes
      Cache
     
Back to top