Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 1,752 for test (0.1 sec)

  1. Developer’s Guide — scikit-learn 1.7.dev0 docum...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/dev/developers/index.html
    Fri Dec 20 11:14:15 UTC 2024
      40.3K bytes
      Cache
     
  2. 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
    Fri Dec 20 11:14:18 UTC 2024
      125.3K bytes
      Cache
     
  3. LeaveOneOut — scikit-learn 1.6.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
    Fri Dec 20 11:14:14 UTC 2024
      116.5K bytes
      Cache
     
  4. 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
    Fri Dec 20 11:14:18 UTC 2024
      162.4K bytes
      Cache
     
  5. 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
    Fri Dec 20 11:14:18 UTC 2024
      101.9K bytes
      Cache
     
  6. PrecisionRecallDisplay — scikit-learn 1.7.dev0 ...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/dev/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Mon Dec 09 18:03:45 UTC 2024
      149.2K bytes
      Cache
      Similar Results (1)
     
  7. ConfusionMatrixDisplay — scikit-learn 1.7.dev0 ...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/dev/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Mon Dec 09 18:03:47 UTC 2024
      148.3K bytes
      Cache
      Similar Results (1)
     
  8. 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
    Fri Dec 20 11:14:18 UTC 2024
      139.6K bytes
      Cache
     
  9. 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
    Fri Dec 20 11:14:14 UTC 2024
      103.3K bytes
      Cache
     
  10. StratifiedShuffleSplit — scikit-learn 1.6.0 doc...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Fri Dec 20 11:14:14 UTC 2024
      122.2K bytes
      Cache
     
Back to top