Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 320 of 1,754 for test (0.2 sec)

  1. Elasticsearch features list | Elastic

    "message" : { "query" : "this is a test", "operator" : "and" } } } }...default distribution, you can also test out Platinum features such as...
    www.elastic.co/elasticsearch/features
    Wed May 29 00:33:55 UTC 2024
      553.1K bytes
      1 views
      Cache
     
  2. Lasso — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...tol times \(||y||_2^2 / n_{\text{samples}}\) . The target can...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html
    Tue May 28 11:51:34 UTC 2024
      174.6K bytes
      Cache
     
  3. ChatGPT and Elasticsearch integration: OpenAI m...

    the full body text, those larger bodies of text may need to be...click Continue again at the Test stage. Click Create Pipeline...
    www.elastic.co/search-labs/blog/chatgpt-elasticsearch-openai-meets-private-data
    Wed May 29 00:41:34 UTC 2024
      199.6K bytes
      Cache
     
  4. SGDRegressor — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...training will stop when (loss > best_loss - tol) for n_iter_no_change...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDRegressor.html
    Tue May 28 11:51:32 UTC 2024
      173.6K bytes
      Cache
     
  5. Popular Favorites | MetaFilter

    had completely eliminated any test subjects with mental health...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/popular.mefi
    Wed May 29 00:42:56 UTC 2024
      57.7K bytes
      Cache
     
  6. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Tue May 28 11:51:34 UTC 2024
      104.3K bytes
      Cache
     
  7. Classification of text documents using sparse f...

    predict ( X_test ) test_time = time () - t0 print ( f "test time: {..., ) data_test = fetch_20newsgroups ( subset = "test" , categories...
    scikit-learn.org/stable/auto_examples/text/plot_document_classification_20newsgroups.html
    Tue May 28 11:51:32 UTC 2024
      156.6K bytes
      Cache
     
  8. Slashdot: News for nerds, stuff that matters

    works in any text box. Select text in any text box and right-click...3 grams of debris during the test at the No. 2 reactor, marking...
    slashdot.org
    Wed May 29 01:09:22 UTC 2024
      143.2K bytes
      Cache
     
  9. 2.6. Covariance estimation — scikit-learn 1.5.0...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Tue May 28 11:51:34 UTC 2024
      64.7K bytes
      Cache
     
  10. Elastic on Elastic: How InfoSec uses the Elasti...

    allowing us to test fields or dashboards without...'https://qualysapi.xxx.apps.qualys.com/qps/rest/2.0/update/am/tag' \ --location...
    www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management
    Sun May 26 01:08:31 UTC 2024
      465K bytes
      Cache
     
  11. Accelerating R&D in pharma with Elasticsearch, ...

    "target_field": "text_embedding", "field_map": { "text": "text_field" }...Create a test document POST patents-embeddings-1/_doc { "text": """Patent...
    www.elastic.co/blog/research-development-pharma-elasticsearch-esre-llms-langchain-1
    Wed May 29 00:41:46 UTC 2024
      578.7K bytes
      Cache
     
  12. Elasticsearch Connector API: How to ingest data...

    monitoring and testing, removing the need to go back...schema to be registered. For our test setup, it should be sufficient...
    www.elastic.co/search-labs/blog/elasticsearch-connector-apis-sync-data-to-serverless
    Tue May 28 00:47:05 UTC 2024
      205.4K bytes
      Cache
     
  13. Who Has the Right to “Disrupt” the University?

    speech by creating a new litmus test for what kind of protest activity...had warned protesters , or the rest of their campus communities,...
    jewishcurrents.org/who-has-the-right-to-disrupt-the-university
    Mon May 06 15:38:04 UTC 2024
      82.9K bytes
      Cache
     
  14. bootstrap.js

    test(j());if(/Trident/i.test(j())&&S(t)&&"fi...F(){return!/^((?!chrome|android).)*safari/i.test(j())}function H(t,e,i){void...
    scikit-learn.org/dev/_static/scripts/bootstrap.js
    Tue May 28 11:51:33 UTC 2024
      79.7K bytes
      Similar Results (1)
     
  15. IterativeImputer — scikit-learn 1.5.0 documenta...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.IterativeImputer.html
    Tue May 28 11:51:32 UTC 2024
      157.4K bytes
      Cache
     
  16. 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
     
  17. Post-tuning the decision threshold for cost-sen...

    ]( est , X_test , y_test ), scoring [ "precision" ]( est , X_test..."fpr" ]( est , X_test , y_test ), scoring [ "tpr" ]( est , X_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Tue May 28 11:51:33 UTC 2024
      227.5K bytes
      Cache
     
  18. MultiTaskLasso — scikit-learn 1.5.0 documentation

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html
    Tue May 28 11:51:32 UTC 2024
      165.2K bytes
      Cache
     
  19. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Tue May 28 11:51:32 UTC 2024
      160.2K bytes
      Cache
     
  20. gtm.js

    test(e)||po.test(e)||a.push("none");return...1"!==a[0]||!/^\d+$/.test(a[1])||!yp.test(a[2])?[]:a} function...
    www.googletagmanager.com/gtm.js
    Tue May 28 00:00:00 UTC 2024
      239K bytes
      1 views
     
Back to top