Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 801 - 810 of 1,508 for text (0.17 sec)

  1. CalibratedClassifierCV — scikit-learn 1.7.2 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Sat Nov 01 09:15:34 UTC 2025
      154.3K bytes
      Cache
     
  2. 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
    Sat Nov 01 09:15:33 UTC 2025
      129.7K bytes
      Cache
     
  3. 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
    Sat Nov 01 09:15:33 UTC 2025
      115.1K bytes
      Cache
     
  4. 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
    Sat Nov 01 09:15:33 UTC 2025
      143.3K bytes
      Cache
     
  5. pairwise_distances_chunked — scikit-learn 1.7.2...

    working_memory = 0 ) >>> next ( gen ) [array([0, 3])] >>> next ( gen ) [array([0,...rand ( 5 , 3 ) >>> D_chunk = next ( pairwise_distances_chunked...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html
    Sat Nov 01 09:15:33 UTC 2025
      118K bytes
      Cache
     
  6. Family fights for coverage of medical needs of ...

    shutdown set to stretch into next week 02:19 Now Playing Family...neurological disorder 03:38 UP NEXT Police say they accidentally...
    www.nbcnews.com/nightly-news/video/family-fights-for-coverage-of-medical-needs-of-toddler-with-ne...
    Sun Oct 05 01:13:14 UTC 2025
      940.2K bytes
      Cache
     
  7. The GOP expected Democrats to relent on the shu...

    R-Texas — now that Congress has burned...the government open through next fall. “We’re going to have to...
    www.nbcnews.com/politics/congress/republicans-expected-democrats-cave-shutdown-not-happening-rcna...
    Sat Oct 25 00:53:00 UTC 2025
      299.3K bytes
      Cache
     
  8. Multiclass sparse logistic regression on 20newg...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) accuracy = np . sum ( y_pred == y_test ) / y_test...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_20newsgroups.html
    Sat Nov 01 09:15:33 UTC 2025
      106.2K bytes
      Cache
     
  9. 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
     
  10. ExtraTreesRegressor — scikit-learn 1.7.2 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Sat Nov 01 09:15:33 UTC 2025
      162.1K bytes
      Cache
     
Back to top