Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 140 of 1,115 for test (0.18 sec)

  1. Trust Center - Frequently Asked Questions | Ela...

    and services that have been tested in a real production environment...dependencies . Are penetration tests performed against the product?...
    www.elastic.co/trust/faq
    Mon Apr 29 00:56:23 UTC 2024
      399.2K bytes
      Cache
     
  2. sklearn.linear_model.Lasso — scikit-learn 1.4.2...

    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
    Fri Apr 26 16:41:50 UTC 2024
      78.6K bytes
      Cache
     
  3. Ad Maiorem Gloriam Concreti | MetaFilter

    They have withstood the test of time.I need gargoyles people!...style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/203499/Ad-Maiorem-Gloriam-Concreti
    Sun Apr 28 00:52:32 UTC 2024
      51.3K bytes
      Cache
     
  4. Elastic (ELK) Stack features list | Elastic

    you can also test out Platinum features such as..."message" : { "query" : "this is a test", "operator" : "and" } } } }...
    www.elastic.co/elastic-stack/features
    Mon Apr 29 00:29:30 UTC 2024
      843.1K bytes
      2 views
      Cache
     
  5. 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
    Mon Apr 29 00:33:41 UTC 2024
      596.4K bytes
      1 views
      Cache
     
  6. sklearn.linear_model.RANSACRegressor — scikit-l...

    the mean accuracy on the given test data, which is used for the...Attributes : estimator_ object Best fitted model (copy of the estimator...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html
    Fri Apr 26 16:41:50 UTC 2024
      52.8K bytes
      Cache
     
  7. Slashdot: News for nerds, stuff that matters

    I've been testing out the Orange Pi 5 the past...Now, developers can create and test widgets that can be added to...
    build.slashdot.org
    Fri Apr 26 01:17:03 UTC 2024
      139.8K bytes
      Cache
     
  8. Analyzing online search relevance metrics with ...

    sophisticated tools such as A/B testing and result interleaving to...API in Elasticsearch blog post Test-Driven Relevance Tuning of Elasticsearch...
    www.elastic.co/blog/analyzing-online-search-relevance-metrics-with-the-elastic-stack
    Mon Apr 29 00:26:52 UTC 2024
      424.5K bytes
      Cache
     
  9. Poll: Election interest hits new low in tight B...

    points in a five-way ballot test including Kennedy and other...the previous survey, as Biden bests Trump on the issues of abortion...
    www.nbcnews.com/politics/2024-election/poll-biden-trump-tight-race-election-interest-low-rcna148170
    Mon Apr 22 00:51:15 UTC 2024
      403.6K 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
    Mon Apr 29 00:56:31 UTC 2024
      514.5K bytes
      Cache
     
  11. sklearn.cross_decomposition.PLSRegression — sci...

    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.cross_decomposition.PLSRegression.html
    Fri Apr 26 16:41:50 UTC 2024
      75.7K bytes
      Cache
     
  12. 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
    Fri Apr 26 16:41:51 UTC 2024
      42K bytes
      Cache
     
  13. 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
    Fri Apr 26 16:41:51 UTC 2024
      94.2K bytes
      Cache
     
  14. Sample pipeline for text feature extraction and...

    ) data_test = fetch_20newsgroups ( subset = "test" , categories...vect__norm: l1 test_accuracy = random_search . score ( data_test . data...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html
    Fri Apr 26 16:41:51 UTC 2024
      91.7K bytes
      Cache
     
  15. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Mon Apr 29 00:45:46 UTC 2024
      71.7K bytes
      Cache
     
  16. 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
    Fri Apr 26 16:41:51 UTC 2024
      98.4K bytes
      Cache
     
  17. We Ranked The Best Frozen Pizza Brands

    We Ranked The Best Frozen Pizza Brands I Tested And Ranked The...frozen pizzas. So I blind taste-tested the seven most popular grocery...
    www.buzzfeed.com/webstories/frozen-pizza-brands-ranked/
    Sun Apr 28 00:05:42 UTC 2024
      99K bytes
      Cache
     
  18. Working With Text Data — scikit-learn 1.4.2 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
    Fri Apr 26 16:41:48 UTC 2024
      64.6K bytes
      Cache
     
  19. Nested versus non-nested cross-validation — sci...

    ) non_nested_scores [ i ] = clf . best_score_ # Nested CV with...[ non_nested_scores_line , nested_line ], [ "Non-Nested CV" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Fri Apr 26 16:41:51 UTC 2024
      39.5K bytes
      Cache
     
  20. Gradient Boosting Out-of-Bag estimates — scikit...

    -= test_score [ 0 ] test_best_iter = x [ np . argmin ( test_score...x = test_best_iter , color = test_color , linestyle = test_line...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_oob.html
    Fri Apr 26 16:41:51 UTC 2024
      48.8K bytes
      Cache
     
Back to top