Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Selecting dimensionality reduction with Pipelin...

    cv_results_ [ "mean_test_score" ]) # scores are in the...nan return_train_score False best_estimator_: Pipeline MinMaxScaler...
    scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html
    Thu Nov 06 17:51:50 UTC 2025
      135.6K bytes
      Cache
     
  2. DBFluteのリポジトリ (Github) | DBFlute

    (サンプル) DBFlute Test DBFluteのテストプロジェクト。 DBFlute Test https://git...Project DBFlute Example DBFlute Test UTFlute EMecha DBFlute Session...
    dbflute.seasar.org/ja/environment/repository.html
    Mon Sep 15 10:51:17 UTC 2025
      10.6K bytes
      1 views
      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. 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
     
  5. 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
     
  6. 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
     
  7. 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
     
  8. 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
     
  9. 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
     
  10. 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
     
  11. 模範解答的なセクション 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
     
  12. What is Elastic Observability? | Elastic Docs

    Unlike testing environments, User Experience...
    www.elastic.co/docs/solutions/observability/get-started/what-is-elastic-observability
    Thu Oct 30 20:38:51 UTC 2025
      376.5K bytes
      Cache
     
  13. 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
     
  14. 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
     
  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. 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
     
  17. 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
     
  18. Version 0.22 — scikit-learn 1.7.2 documentation

    one test set could be n_classes larger than another. Test sets...feature_extraction.text.HashingVectorizer , feature_extraction.text.CountVectorizer...
    scikit-learn.org/stable/whats_new/v0.22.html
    Thu Nov 06 17:51:52 UTC 2025
      222.7K bytes
      Cache
     
  19. 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
     
  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