Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 81 - 100 of 455 for test (0.13 sec)

  1. Best Printer 2023 | MetaFilter

    Print a Windows test page and it would be beautiful...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/198593/Best-Printer-2023
    Mon May 06 00:42:06 UTC 2024
      81.8K bytes
      Cache
     
  2. Installing scikit-learn — scikit-learn 1.5.0 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.2.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.23 docs,...
    scikit-learn.org/stable/install.html
    Thu May 23 20:54:14 UTC 2024
      55K bytes
      Cache
      Similar Results (1)
     
  3. Elasticsearch Resiliency Status | Elastic

    designed to test distributed systems. It is not a single test and is...writes to our testing framework. As the Jepsen tests evolve, we...
    www.elastic.co/guide/en/elasticsearch/resilienc...
    Mon Dec 11 22:11:20 UTC 2023
      85.9K bytes
      Cache
     
  4. Developer’s Guide — scikit-learn 1.6.dev0 docum...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/dev/developers/index.html
    Thu May 23 20:54:13 UTC 2024
      45.7K bytes
      Cache
     
  5. Working With Text Data — scikit-learn 1.5.0 doc...

    >>> docs_test = twenty_test . data >>> predicted = text_clf . predict...object’s best_score_ and best_params_ attributes store the best mean...
    scikit-learn.org/stable/tutorial/text_analytics/working_with_text_data.html
    Thu May 23 20:54:15 UTC 2024
      80.1K bytes
      Cache
     
  6. Non-negative least squares — scikit-learn 1.5.0...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Thu May 23 20:54:14 UTC 2024
      92.8K bytes
      Cache
     
  7. Linear Regression Example — scikit-learn 1.5.0 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Thu May 23 20:54:14 UTC 2024
      89.2K bytes
      Cache
     
  8. MNIST classification using multinomial logistic...

    X_test , y_train , y_test = train_test_split ( X ,...clf . score ( X_test , y_test ) # print('Best C % .4f' % clf.C_)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sparse_logistic_regression_mnist.html
    Thu May 23 20:54:14 UTC 2024
      95.5K bytes
      Cache
     
  9. Developer’s Guide — scikit-learn 1.4.2 document...

    on GitHub Actions Testing and improving test coverage Writing...matplotlib related tests Workflow to improve test coverage Monitoring...
    scikit-learn.org/stable/developers/index.html
    Mon May 20 18:34:25 UTC 2024
      38.9K bytes
      Cache
     
  10. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/dev/computing/parallelism.html
    Thu May 23 20:54:14 UTC 2024
      66.1K bytes
      Cache
      Similar Results (1)
     
  11. Multi-output Decision Tree Regression — scikit-...

    predict ( X_test ) y_2 = regr_2 . predict ( X_test ) y_3 = regr_3.... fit ( X , y ) # Predict X_test = np . arange ( - 100.0 , 100.0...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Thu May 23 20:54:14 UTC 2024
      96.4K bytes
      Cache
     
  12. Elastic network drive connector reference | Ent...

    "Folder-shared/org/*/all-tests/test[135]" } ] Excluding files..."pattern": "Folder-shared/**/all-tests/test[!7]" } ] Content extraction...
    www.elastic.co/guide/en/enterprise-search/current/connectors-network-drive.html
    Thu May 09 14:03:31 UTC 2024
      48.8K bytes
      Cache
     
  13. slashdotMain

    Ars Technica: The first crewed test flight of Boeing's long-delayed...latest delay of the Starliner test flight late Tuesday. Officials...
    rss.slashdot.org/Slashdot/slashdotMain
    Thu May 23 01:05:21 UTC 2024
      58.2K bytes
     
  14. Logistic function — scikit-learn 1.5.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Thu May 23 20:54:15 UTC 2024
      94.8K bytes
      Cache
     
  15. 外だしSQLのタイトル (OutsideSqlTitle) | DBFlute

    [df-outside-sql-test] [df-outside-sql-test] [Advice] [df-outside-sql-test]...[df-outside-sql-test] /* [df-outside-sql-test] [Simple Member...
    dbflute.seasar.org/ja/manual/function/genbafit/...
    Mon Mar 18 15:47:33 UTC 2024
      13.3K bytes
      Cache
     
  16. ハンズオンセクション 12 | DBFlute

    でなくてもいいが、できるだけ効率よく 対応テストメソッド test_selectDreamOrderList_その通りの順序で検索されていること()...会員名称と会員アカウントを連結して部分一致させて、会員を検索 対応テストメソッド test_selectDreamLikeSearc_その通りの条件で検索されていること()...
    dbflute.seasar.org/ja/tutorial/handson/section1...
    Mon Mar 18 15:47:33 UTC 2024
      12.7K bytes
      Cache
     
  17. Gradient Boosting regularization — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )): test_deviance [ i ] = 2 * log_loss ( y_test , y_proba...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regularization.html
    Thu May 23 20:54:14 UTC 2024
      95K bytes
      Cache
     
  18. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/...
    Mon Mar 18 15:47:33 UTC 2024
      15.2K bytes
      12 views
      Cache
     
  19. Elastic Zoom connector reference | Enterprise S...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=zoom For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-zoom.html
    Thu May 23 10:23:19 UTC 2024
      32.6K bytes
      Cache
     
  20. ハンズオンセクション 2 | DBFlute

    Eclipse _test ※ドキュメント上の説明は、こちらをベースに書いています IntelliJ _utest _test と打って...HandsOn02Test クラスを src/test/java (Testクラス置き場) に作成してください。 このクラスは...
    dbflute.seasar.org/ja/tutorial/handson/section0...
    Mon Mar 18 15:47:33 UTC 2024
      27.8K bytes
      Cache
     
Back to top