Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 1,750 for test (0.15 sec)

  1. Advanced Search

    all search words you type at a text box. This exact word or phrase...word or phrase you type at a text box. Any of these words Any...
    fess.codelibs.org/14.12/user/advanced-search.html
    Sat Apr 13 02:35:41 UTC 2024
      21.7K bytes
      Cache
     
  2. In Fess make Apache Solr based search server-in...

    Include implementing full-text search server able to search...Java-based open-source full-text search server. The search engine...
    fess.codelibs.org/articles/article-1.html
    Sat Apr 27 02:37:58 UTC 2024
      34.8K bytes
      19 views
      Cache
     
  3. Placement of Search Form

    < input id = "query" type = "text" name = "q" maxlength = "1000"...before </body>: <script type="text/javascript" src="https://se...
    fess.codelibs.org/14.13/config/search-form.html
    Sat Apr 27 02:35:52 UTC 2024
      22.1K bytes
      Cache
     
  4. Crawler

    <postConstruct name="addMaxLength"> <arg>"text/html"</arg> <arg>2621440</arg><!--...type. For HTML files, specify “text/html” along with the desired...
    fess.codelibs.org/14.13/config/crawler.html
    Sat Apr 27 02:35:53 UTC 2024
      23.4K bytes
      Cache
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
    Fri Apr 26 16:41:48 UTC 2024
      49.6K bytes
      Cache
     
  9. Search API

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

    Fess で作るApache Solrベースの検索サーバー ~ REST API編 」が掲載されました 2010-12-19 Fess...
    fess.codelibs.org/ja/news.html
    Sat Apr 27 02:38:01 UTC 2024
      45.7K bytes
      12 views
      Cache
     
  11. Model Selection — scikit-learn 1.4.2 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Train error vs Test error Train error vs Test error Underfitting...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Fri Apr 26 16:41:51 UTC 2024
      25.1K bytes
      Cache
     
  12. sklearn.neighbors.NearestCentroid — scikit-lear...

    with test samples classified to the class...classification on an array of test vectors X . score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Apr 26 16:41:50 UTC 2024
      43.1K bytes
      Cache
     
  13. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. predict_joint_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Fri Apr 26 16:41:50 UTC 2024
      66.4K bytes
      Cache
     
  14. sklearn.model_selection.ValidationCurveDisplay ...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Fri Apr 26 16:41:50 UTC 2024
      53.7K bytes
      Cache
     
  15. 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
    Fri Apr 26 16:41:50 UTC 2024
      34.8K bytes
      Cache
     
  16. 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
    Sun Apr 28 00:04:54 UTC 2024
      521.6K bytes
      Cache
     
  17. 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
    Fri Apr 26 16:41:50 UTC 2024
      39.2K bytes
      Cache
     
  18. sklearn.model_selection.RepeatedStratifiedKFold...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Fri Apr 26 16:41:50 UTC 2024
      31K bytes
      Cache
     
  19. Putting it all together — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Fri Apr 26 16:41:50 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  20. sklearn.metrics.class_likelihood_ratios — sciki...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Fri Apr 26 16:41:50 UTC 2024
      28.7K bytes
      Cache
     
Back to top