Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 201 - 210 of 822 for tests (0.72 sec)

  1. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Fri Oct 10 15:14:35 UTC 2025
      143.3K bytes
      Cache
     
  2. 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
    Fri Oct 10 15:14:33 UTC 2025
      115.1K bytes
      Cache
     
  3. StratifiedGroupKFold — scikit-learn 1.7.2 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Fri Oct 10 15:14:33 UTC 2025
      129.7K bytes
      Cache
     
  4. Using TwelveLabs’ Marengo video embedding model...

    great data source for quick testing is movie trailers. They have...video objects, here’s a quick test-print to show what came back:...
    www.elastic.co/search-labs/blog/twelvelabs-marengo-video-embedding-amazon-bedrock
    Tue Sep 23 00:59:34 UTC 2025
      173.6K bytes
      Cache
     
  5. SelectFpr — scikit-learn 1.7.2 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Fri Oct 10 15:14:33 UTC 2025
      132.7K bytes
      Cache
     
  6. Action定義のテスト (ActionDefTest) | LastaFlute

    src/main/resources // メインのリソース置き場 src/test/java // テストクラス置き場 |-org.docksidestage...UnitDocksideTestCase { public void test_component() throws Exception...
    dbflute.seasar.org/ja/lastaflute/howto/action/actiondeftest.html
    Mon Sep 15 10:51:17 UTC 2025
      22K bytes
      34 views
      Cache
     
  7. 8.2. Real world datasets — scikit-learn 1.7.2 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Fri Oct 10 15:14:33 UTC 2025
      100.2K bytes
      Cache
     
  8. Installing scikit-learn — scikit-learn 1.7.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.11.7 tests mypy 1.15...1.15 tests pyamg 4.2.1 tests polars 0.20.30 docs, tests pyarrow...
    scikit-learn.org/stable/install.html
    Fri Oct 10 15:14:35 UTC 2025
      54K bytes
      Cache
     
  9. LearningCurveDisplay — scikit-learn 1.7.2 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Fri Oct 10 15:14:35 UTC 2025
      144.5K bytes
      Cache
     
  10. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Fri Oct 10 15:14:33 UTC 2025
      143.5K bytes
      Cache
     
Back to top