Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 1,711 for test (0.16 sec)

  1. XML results output

    http-equiv="Content-Type" content="text/html; charset=EUC-JP"&gt; &lt;title&gt;...,pc,softbank</id> <mimetype>text/html</mimetype> <title> goo...
    fess.codelibs.org/4.0/user/xml-response.html
    Sun Apr 14 12:47:17 UTC 2024
      37.5K bytes
      17 views
      Cache
     
  2. XMLによる検索結果の出力

    http-equiv="Content-Type" content="text/html; charset=EUC-JP"&gt; &lt;title&gt;...,pc,softbank</id> <mimetype>text/html</mimetype> <title> goo...
    fess.codelibs.org/ja/4.0/user/xml-response.html
    Sun Apr 14 12:56:38 UTC 2024
      37.6K bytes
      12 views
      Cache
     
  3. JSONによる検索結果の出力

    Content-Type \u0022 content= \u0022 text \u002F html; charset=EUC-JP...;type=au,docomo,pc,softbank" , "mimetype" : "text \u002F html" , "title" : " \n...
    fess.codelibs.org/ja/4.0/user/json-response.html
    Sun Apr 14 12:56:38 UTC 2024
      45.1K bytes
      4 views
      Cache
     
  4. Search API

    "mimetype" : "text/html" } ] } The response will...
    fess.codelibs.org/14.13/api/api-search.html
    Thu Apr 25 02:36:25 UTC 2024
      29.7K bytes
      Cache
     
  5. オープンソース全文検索サーバー - ニュース一覧

    Fess で作るApache Solrベースの検索サーバー ~ REST API編 」が掲載されました 2010-12-19 Fess...
    fess.codelibs.org/ja/news.html
    Thu Apr 25 02:38:30 UTC 2024
      45.7K bytes
      12 views
      Cache
     
  6. Introducing Elastic Observability's New Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/blog/new-synthetic-monitoring-observability
    Fri Apr 26 00:40:33 UTC 2024
      596.3K bytes
      Cache
     
  7. sklearn.dummy.DummyClassifier — scikit-learn 1....

    n_features) Test samples. Passing None as test samples gives...(X) Perform classification on test vectors X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Thu Apr 25 16:20:47 UTC 2024
      53.7K bytes
      Cache
     
  8. sklearn.model_selection.StratifiedGroupKFold — ...

    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
    Thu Apr 25 16:20:47 UTC 2024
      41K bytes
      Cache
     
  9. sklearn.naive_bayes.ComplementNB — scikit-learn...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Thu Apr 25 16:20:47 UTC 2024
      67.8K bytes
      Cache
     
  10. 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
    Thu Apr 25 16:20:47 UTC 2024
      34.1K bytes
      Cache
     
  11. 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
    Wed Apr 24 18:54:16 UTC 2024
      49.6K bytes
      Cache
     
  12. 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 Apr 26 00:04:36 UTC 2024
      635.3K bytes
      Cache
     
  13. sklearn.gaussian_process.GaussianProcessClassif...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Thu Apr 25 16:20:47 UTC 2024
      59.6K bytes
      Cache
     
  14. sklearn.datasets.fetch_20newsgroups_vectorized ...

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Thu Apr 25 16:20:47 UTC 2024
      26.1K bytes
      Cache
     
  15. Contributing — scikit-learn 1.4.2 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
    Thu Apr 25 16:20:47 UTC 2024
      119.9K bytes
      Cache
     
  16. 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...
    Thu Apr 25 16:20:47 UTC 2024
      54.4K bytes
      Cache
     
  17. 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
    Thu Apr 25 16:20:47 UTC 2024
      38.8K bytes
      2 views
      Cache
     
  18. 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
    Thu Apr 25 16:20:47 UTC 2024
      34.8K bytes
      Cache
     
  19. 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
    Thu Apr 25 16:20:47 UTC 2024
      32.3K bytes
      Cache
     
  20. 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
    Thu Apr 25 16:20:47 UTC 2024
      39.2K bytes
      Cache
     
Back to top