Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 90 of 824 for tests (2.03 sec)

  1. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Fri Oct 10 15:14:36 UTC 2025
      162.2K bytes
      1 views
      Cache
     
  2. 3.4. Metrics and scoring: quantifying the quali...

    ratio (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/modules/model_evaluation.html
    Fri Oct 10 15:14:36 UTC 2025
      417.3K bytes
      Cache
     
  3. auto_examples_jupyter.zip

    X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Tue Oct 07 17:07:17 UTC 2025
      2.2M bytes
      2 views
     
  4. 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
    Tue Oct 07 17:07:16 UTC 2025
      1.7M bytes
      7 views
     
  5. Live updates: Government shutdown fears grow as...

    Jeffries face a big leadership test in the shutdown fight +2 Melanie...combat, cannot pass a physical test or does not want to adhere to...
    www.nbcnews.com/politics/trump-administration/live-blog/government-shutdown-trump-administration-...
    Wed Oct 01 01:10:55 UTC 2025
      2.1M bytes
      Cache
     
  6. Elastic (ELK) Stack features list | Elastic

    you can also test out Platinum features such as..."message" : { "query" : "this is a test", "operator" : "and" } } } }...
    www.elastic.co/elastic-stack/features
    Wed Sep 24 00:37:56 UTC 2025
      874.9K bytes
      2 views
      Cache
     
  7. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Fri Oct 10 15:14:35 UTC 2025
      132.2K bytes
      3 views
     
  8. Gradient Boosting Out-of-Bag estimates — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...for test data test_score = heldout_score ( clf , X_test , y_test...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Fri Oct 10 15:14:35 UTC 2025
      112K bytes
      Cache
     
  9. TimeSeriesSplit — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:36 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  10. ShuffleSplit — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:35 UTC 2025
      124.6K bytes
      Cache
     
Back to top