Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 427 for test (0.15 sec)

  1. LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute

    [App]ActionDefTest にメソッドを二つ追加 test_injectedResourceDefi() と test_lastaPresentsSomethi()...test_lastaPresentsSomethi() の二つ。 test_injectedResourceDefi() @ResourceアノテーションによるDI定義のポリシーチェック...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html
    Fri May 24 02:22:00 UTC 2024
      36.8K bytes
      Cache
     
  2. Go Agent version 1.x | APM Go Agent Reference [...

    Implement test service for w3c/distributed-tracing test harness...WithClientTrace #989 add support for go-restful v3 #968 add fasthttp support...
    www.elastic.co/guide/en/apm/agent/go/current/release-notes-1.x.html
    Wed Jan 17 18:37:30 UTC 2024
      53.2K bytes
      Cache
     
  3. Frequently Asked Questions — scikit-learn 1.6.d...

    features; see Text feature extraction for the built-in text vectorizers...# scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/dev/faq.html
    Fri May 31 14:06:06 UTC 2024
      80.3K bytes
      Cache
      Similar Results (1)
     
  4. Version 0.17 — scikit-learn 1.6.dev0 documentation

    ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....
    scikit-learn.org/dev/whats_new/v0.17.html
    Fri May 31 14:06:06 UTC 2024
      90.3K bytes
      Cache
      Similar Results (1)
     
  5. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Fri May 31 14:06:07 UTC 2024
      72.4K bytes
      Cache
     
  6. 複数DB | DBFlute

    dbflute-test-dbms-oracle (Oracle利用) Google Guice dbflute-test-active-hangar...dbflute-test-dbms-mysql (MySQL利用) Lasta Di lastaflute-test-fortress...
    dbflute.seasar.org/ja/manual/function/genbafit/projectfit/multipledb/
    Fri May 24 02:22:00 UTC 2024
      32.3K bytes
      Cache
      Similar Results (1)
     
  7. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Fri May 31 14:06:06 UTC 2024
      92.8K bytes
      Cache
     
  8. Sparsity Example: Fitting only features 1 and 2...

    indices ] X_test = X [ - 20 :, indices ] y_train...y_train = y [: - 20 ] y_test = y [ - 20 :] Next we fit a linear...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_3d.html
    Fri May 31 14:06:06 UTC 2024
      92K bytes
      Cache
     
  9. Lasta Di (DIコンテナ) | DBFlute

    switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...
    dbflute.seasar.org/ja/lastaflute/lastadi/index.html
    Fri May 24 02:22:00 UTC 2024
      22.9K bytes
      Cache
     
  10. Elasticsearch Plugins and Integrations [8.13] |...

    Mapper annotated text plugin Using the annotated-text field Data modelling...default transport port GCE Tips Testing GCE Mapper plugins Mapper size...
    www.elastic.co/guide/en/elasticsearch/plugins/current/index.html
    Mon Apr 22 18:12:40 UTC 2024
      21.5K bytes
      Cache
     
  11. 1.5. Stochastic Gradient Descent — scikit-learn...

    SGDClassifier ()) est . fit ( X_train ) est . predict ( X_test ) If your...( X_train ) X_test = scaler . transform ( X_test ) # apply same...
    scikit-learn.org/stable/modules/sgd.html
    Fri May 31 14:06:07 UTC 2024
      92.6K bytes
      Cache
     
  12. 模範解答的なセクション 3 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...HandyDate を使ってみましょう。 */ public void test_1() throws Exception { // ##...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower03.html
    Fri May 24 02:22:00 UTC 2024
      50.3K bytes
      Cache
     
  13. OutsideSqlTestCommandPlugin (DBFlute Maven Plug...

    provides outside-sql-test goal to run outside-sql-test.[sh|bat]. 作成者:...
    dbflute.seasar.org/maven/plugin/apidocs/org/seasar/dbflute/maven/plugin/OutsideSqlTestCommandPlug...
    Fri May 24 02:22:00 UTC 2024
      14.8K bytes
      Cache
     
  14. Digits Classification Exercise — scikit-learn 1...

    )] X_test = X_digits [ int ( 0.9 * n_samples ) :] y_test = y_digits..., y_train ) . score ( X_test , y_test )) print ( "LogisticRegression...
    scikit-learn.org/stable/auto_examples/exercises/plot_digits_classification_exercise.html
    Fri May 31 14:06:06 UTC 2024
      86.3K bytes
      Cache
     
  15. scikit-learn Tutorials — scikit-learn 1.5.0 doc...

    Evaluation of the performance on the test set Parameter tuning using grid...it all together Working With Text Data Tutorial setup Loading...
    scikit-learn.org/stable/tutorial/index.html
    Fri May 31 14:06:06 UTC 2024
      32.1K bytes
      Cache
      Similar Results (1)
     
  16. Orthogonal Matching Pursuit — scikit-learn 1.5....

    Train error vs Test error Train error vs Test error Feature agglomeration...
    scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html
    Fri May 31 14:06:06 UTC 2024
      96.6K bytes
      Cache
     
  17. Caching nearest neighbors — scikit-learn 1.5.0 ...

    cv_results_ [ "mean_test_score" ], yerr = grid_model...grid_model . cv_results_ [ "std_test_score" ], ) axes [ 0 ] . set ( xlabel...
    scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html
    Fri May 31 14:06:06 UTC 2024
      93K bytes
      Cache
     
  18. plot_release_highlights_1_5_0.ipynb

    X_test, y_train, y_test = train_test_split(X, y, ...imator(classifier_05, X_test, y_test)" ] }, { "cell_type": "markdown",...
    scikit-learn.org/stable/_downloads/ae2d0a2ad69c5df5b93e5ea5c87d56b2/plot_release_highlights_1_5_0...
    Fri May 31 14:06:06 UTC 2024
      11.3K bytes
     
  19. dbflute-maven-plugin - dbflute:sql2entity

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/sql2entity-mojo.html
    Fri May 24 02:22:00 UTC 2024
      10K bytes
      Cache
      Similar Results (2)
     
  20. dbflute-maven-plugin - dbflute:generate

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/ja/generate-mojo.html
    Fri May 24 02:22:00 UTC 2024
      10.5K bytes
      Cache
     
Back to top