Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 1,343 for test (0.32 sec)

  1. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      10K bytes
      1 views
     
  2. plot_multi_metric_evaluation.py

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Sun Jun 29 19:04:30 UTC 2025
      3.6K bytes
     
  3. KFold — scikit-learn 1.7.0 documentation

    scikit-learn Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Sun Jun 29 19:04:30 UTC 2025
      123.2K bytes
      Cache
     
  4. TimeSeriesSplit — scikit-learn 1.7.0 documentation

    test_size=None) >>> for i , ( train_index , test_index..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Sun Jun 29 19:04:30 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  5. ShuffleSplit — scikit-learn 1.7.0 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Sun Jun 29 19:04:30 UTC 2025
      124.6K bytes
      Cache
     
  6. StratifiedShuffleSplit — scikit-learn 1.7.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
    Sun Jun 29 19:04:30 UTC 2025
      122.5K bytes
      Cache
     
  7. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Tue Jul 01 00:05:52 UTC 2025
      545.6K bytes
      Cache
     
  8. GroupShuffleSplit — scikit-learn 1.7.0 document...

    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.GroupShuffleSplit.html
    Sun Jun 29 19:04:30 UTC 2025
      128.4K bytes
      Cache
     
  9. class_likelihood_ratios — scikit-learn 1.7.0 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Sun Jun 29 19:04:30 UTC 2025
      122.5K bytes
      Cache
     
  10. LassoCV — scikit-learn 1.7.0 documentation

    default=None Values of alphas to test along the regularization path....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoCV.html
    Mon Jun 30 13:50:30 UTC 2025
      169.1K bytes
      Cache
     
Back to top