Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 601 - 620 of 1,277 for test (0.26 sec)

  1. Introducing Elasticsearch Relevance Engine (ESR...

    Engine combines the best of AI with Elastic’s text search. ESRE gives...(ESRE) combines the best of AI with Elastic’s text search. It gives...
    www.elastic.co/search-labs/blog/introducing-elasticsearch-relevance-engine-esre
    Fri Nov 07 00:42:54 UTC 2025
      162.3K bytes
      Cache
     
  2. Get started with Synthetics in Elastic Observab...

    you write tests in an external version-controlled...choose the approach that works best for you. Synthetics project...
    www.elastic.co/docs/solutions/observability/synthetics/get-started
    Tue Nov 04 17:37:30 UTC 2025
      361.1K bytes
      Cache
     
  3. OneClassSVM — scikit-learn 1.7.2 documentation

    n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...
    scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html
    Wed Nov 05 14:36:32 UTC 2025
      139.3K bytes
      Cache
     
  4. RocCurveDisplay — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.RocCurveDisplay.html
    Thu Nov 06 17:51:53 UTC 2025
      170.5K bytes
      Cache
     
  5. Comparing randomized search and grid search for...

    "mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Thu Nov 06 17:51:52 UTC 2025
      97.2K bytes
      Cache
     
  6. check_increasing — scikit-learn 1.7.2 documenta...

    based on a Spearman correlation test. Parameters : x array-like of...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Thu Nov 06 17:51:53 UTC 2025
      107.2K bytes
      Cache
     
  7. Configure individual browser monitors | Elastic...

    monitors that will run your tests. You’ll need to set a few configuration...the interval at which your tests will run. Specify where the...
    www.elastic.co/docs/solutions/observability/synthetics/configure-individual-browser-monitors
    Tue Nov 04 17:37:30 UTC 2025
      358.7K bytes
      Cache
     
  8. sklearn.model_selection — scikit-learn 1.7.2 do...

    train_test_split Split arrays or matrices...matrices into random train and test subsets. Hyper-parameter optimizers...
    scikit-learn.org/stable/api/sklearn.model_selection.html
    Thu Nov 06 17:51:52 UTC 2025
      129K bytes
      Cache
     
  9. 模範解答的なセクション 2 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...テストデータが存在すること */ public void test_existsTestData() throws Exception...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html
    Mon Sep 15 10:51:18 UTC 2025
      11.8K bytes
      Cache
     
  10. Beats version 8.19.3 | Beats Platform Reference...

    3-journald" Test: docker run --rm -it --entrypoint...of unnecessary BOM in UTF-8 text received by o365audit input....
    www.elastic.co/guide/en/beats/libbeat/current/release-notes-8.19.3.html
    Mon Oct 20 16:31:33 UTC 2025
      19.6K bytes
      Cache
     
  11. OrdinalEncoder — scikit-learn 1.7.2 documentation

    fit ( X_train ) >>> X_test = np . array ([[ "a" ], [ "b"...object ) >>> enc . transform ( X_test ) array([[2.], [0.], [1.], [2.],...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Thu Nov 06 17:51:50 UTC 2025
      149.4K bytes
      Cache
     
  12. 3. Model selection and evaluation — scikit-lear...

    Permutation test score 3.2. Tuning the hyper-parameters...
    scikit-learn.org/stable/model_selection.html
    Thu Nov 06 17:51:50 UTC 2025
      34.4K bytes
      Cache
     
  13. SAStruts での利用

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...今回は以下の単純なテーブルを作成します。 CREATE TABLE TEST_TABLE ( ID BIGINT NOT NULL IDENTITY...
    dbflute.seasar.org/maven/plugin/ja/sastruts.html
    Mon Sep 15 10:51:18 UTC 2025
      33.3K bytes
      1 views
      Cache
     
  14. Gaussian Mixture Model Selection — scikit-learn...

    "mean_test_score" ] ] df [ "mean_test_score" ] = - df...estimator are stored in best_parameters_ and best_estimator_ , respectively....
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Thu Nov 06 17:51:52 UTC 2025
      138.5K bytes
      Cache
     
  15. How does Elastic Security drive value to your o...

    We start testing and consuming capabilities...as customer zero. We start testing and consuming capabilities...
    www.elastic.co/blog/how-elastic-security-drive-value-organization
    Fri Nov 07 00:44:35 UTC 2025
      467.1K bytes
      Cache
     
  16. Coding Policy of Hands-on | DBFlute

    * DBFlute Hands-on Section 2 Test Class * @author jflute */ public...MemberBhv memberBhv ; public void test_demo() throws Exception { //...
    dbflute.seasar.org/tutorial/handson/review/codingpolicy.html
    Mon Sep 15 10:51:19 UTC 2025
      19.3K bytes
      Cache
     
  17. 1.9. Naive Bayes — scikit-learn 1.7.2 documenta...

    X_test , y_train , y_test = train_test_split ( X ,...: %d " ... % ( X_test . shape [ 0 ], ( y_test != y_pred ) . sum...
    scikit-learn.org/stable/modules/naive_bayes.html
    Thu Nov 06 17:51:52 UTC 2025
      56.6K bytes
      Cache
     
  18. Optimize model context | Elastic Docs

    context length through empirical testing. Start with a baseline and...retrieval with ELSER v2 Improving text expansion performance using...
    www.elastic.co/docs/solutions/search/rag/playground-context
    Tue Nov 04 17:37:29 UTC 2025
      362.9K bytes
      Cache
     
  19. is_outlier_detector — scikit-learn 1.7.2 docume...

    instance Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_outlier_detector.html
    Thu Nov 06 17:51:52 UTC 2025
      104.5K bytes
      Cache
     
  20. NuSVC — scikit-learn 1.7.2 documentation

    n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Wed Nov 05 14:36:36 UTC 2025
      151.8K bytes
      Cache
     
Back to top