Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 1,536 for test (0.1 sec)

  1. オープンソース全文検索サーバー - ニュース一覧

    Fess で作るApache Solrベースの検索サーバー ~ REST API編 」が掲載されました 2010-12-19 Fess...
    fess.codelibs.org/ja/news.html
    Thu Mar 28 02:37:00 UTC 2024
      45.7K bytes
      12 views
      Cache
     
  2. sklearn.model_selection.KFold — scikit-learn 1....

    estimates 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
    Wed Mar 27 16:42:11 UTC 2024
      34.1K bytes
      Cache
     
  3. 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
    Fri Mar 29 00:03:55 UTC 2024
      721.1K bytes
      Cache
     
  4. sklearn.model_selection.TimeSeriesSplit — sciki...

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Wed Mar 27 16:42:11 UTC 2024
      38.8K bytes
      2 views
      Cache
     
  5. sklearn.model_selection.ShuffleSplit — scikit-l...

    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
    Wed Mar 27 16:42:11 UTC 2024
      34.8K bytes
      Cache
     
  6. Contributing — scikit-learn 1.4.1 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...path/to/tests_for_package see also Testing and improving test coverage...
    scikit-learn.org/stable/developers/contributing.html
    Wed Mar 27 16:42:11 UTC 2024
      119.9K bytes
      Cache
     
  7. sklearn.discriminant_analysis.QuadraticDiscrimi...

    classification on an array of test vectors X. predict_log_proba...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Wed Mar 27 16:42:11 UTC 2024
      54.4K bytes
      Cache
     
  8. sklearn.model_selection.StratifiedShuffleSplit ...

    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
    Wed Mar 27 16:42:11 UTC 2024
      32.3K bytes
      Cache
     
  9. sklearn.model_selection.GroupShuffleSplit — sci...

    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
    Wed Mar 27 16:42:11 UTC 2024
      39.2K bytes
      Cache
     
  10. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Tue Mar 26 15:09:55 UTC 2024
      49.6K bytes
      Cache
     
Back to top