Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 360 of 1,146 for test (0.19 sec)

  1. Elasticsearch Guide [8.14] | Elastic

    Token graphs Configure text analysis Test an analyzer Configuring...structure API Find text structure API Test Grok pattern Transform...
    www.elastic.co/guide/en/elasticsearch/reference/current/index.html
    Wed Jun 05 13:35:42 UTC 2024
      174.6K bytes
      Cache
     
  2. cross_val_predict — scikit-learn 1.5.0 document...

    sample belongs to exactly one test set, and its prediction is computed...cross_val_score unless all tests sets have equal size and the...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_predict.html
    Fri Jun 07 19:49:38 UTC 2024
      126.5K bytes
      Cache
     
  3. DISH Media boosts targeted ad revenue with Elas...

    tests, and baselines to the development...problems before moving to testing and production. "Elastic Observability...
    www.elastic.co/customers/dish-media
    Sun Jun 09 00:07:30 UTC 2024
      367.6K bytes
      Cache
     
  4. Elastic Support Hub moves to semantic search | ...

    in our user testing, we can already see significant...various queries. For example, we tested the phrase “How to index data...
    www.elastic.co/blog/elastic-support-hub-moves-to-semantic-search
    Sun Jun 09 00:52:40 UTC 2024
      465.1K bytes
      Cache
     
  5. Improve business outcomes and observability wit...

    how to integrate synthetic tests into your existing GitOps workflows....solution The benefits of a global testing infrastructure Easy scripting...
    www.elastic.co/virtual-events/improve-business-outcomes-and-observability-with-synthetic-monitoring
    Sun Jun 09 01:06:06 UTC 2024
      325.5K bytes
      Cache
     
  6. Pipeline — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,..., y_train ) . score ( X_test , y_test ) 0.88 >>> # An estimator's...
    scikit-learn.org/stable/modules/generated/sklearn.pipeline.Pipeline.html
    Fri Jun 07 19:49:38 UTC 2024
      191.7K bytes
      Cache
     
  7. Body lice may have spread plague more than thou...

    When the researchers later tested the remaining formerly sterile...Most have occurred in the rural West . The plague bacteria is thought...
    www.nbcnews.com/health/health-news/body-lice-may-spread-plague-thought-science-suggests-rcna153245
    Wed May 22 00:53:51 UTC 2024
      211.1K bytes
      Cache
     
  8. Elastic Observability 8.4: Smarter alert manage...

    or synthetic tests. Site Reliability Engineers...
    www.elastic.co/blog/elastic-observability-8-4-smarter-alert-management-new-k8s-dashboards-and-more
    Sun Jun 09 00:58:47 UTC 2024
      470.1K bytes
      Cache
     
  9. Saint-Gobain optimizes log analysis, adopts obs...

    and functional testing. "The strategic adoption of...
    www.elastic.co/customers/saint-gobain
    Sun Jun 09 01:04:51 UTC 2024
      360.4K bytes
      Cache
     
  10. sklearn.feature_selection — scikit-learn 1.5.0 ...

    pvalues below alpha based on a FPR test. SelectFromModel Meta-transformer...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Fri Jun 07 19:49:37 UTC 2024
      127.5K bytes
      Cache
     
  11. is_classifier — scikit-learn 1.5.0 documentation

    estimator object Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_classifier.html
    Fri Jun 07 19:49:38 UTC 2024
      111.8K bytes
      Cache
     
  12. Quantile regression — scikit-learn 1.5.0 docume...

    evaluation by looking at the test error obtained by cross-validation...."neg_mean_squared_error" ], ) print ( f """Test error (cross-validated performance)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html
    Fri Jun 07 19:49:37 UTC 2024
      135K bytes
      Cache
     
  13. Feature agglomeration vs. univariate selection ...

    Train error vs Test error Train error vs Test error Univariate...y ) # set the best parameters coef_ = clf . best_estimator_ ....
    scikit-learn.org/stable/auto_examples/cluster/plot_feature_agglomeration_vs_univariate_selection....
    Fri Jun 07 19:49:36 UTC 2024
      111.7K bytes
      Cache
     
  14. PLSCanonical — 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.cross_decomposition.PLSCanonical.html
    Fri Jun 07 19:49:38 UTC 2024
      168.3K bytes
      Cache
     
  15. RadiusNeighborsClassifier — scikit-learn 1.5.0 ...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html
    Fri Jun 07 19:49:38 UTC 2024
      157.3K bytes
      Cache
     
  16. DensityMixin — scikit-learn 1.5.0 documentation

    n_features) Test samples. y Ignored Not used,...
    scikit-learn.org/stable/modules/generated/sklearn.base.DensityMixin.html
    Fri Jun 07 19:49:38 UTC 2024
      113.7K bytes
      Cache
     
  17. RidgeClassifierCV — scikit-learn 1.5.0 document...

    best_score_ float Score of base estimator with best alpha....An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeClassifierCV.html
    Fri Jun 07 19:49:37 UTC 2024
      149.7K bytes
      Cache
     
  18. AppOmni deploys Elastic for for code optimizati...

    showing regression in A/B testing. This screenshot is not from...
    www.elastic.co/customers/appomni
    Sun Jun 09 01:03:30 UTC 2024
      364.4K bytes
      Cache
     
  19. chi2 — scikit-learn 1.5.0 documentation

    with the highest values for the test chi-squared statistic from X,...classes. Recall that the chi-square test measures dependence between...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.chi2.html
    Fri Jun 07 19:49:38 UTC 2024
      116.7K bytes
      Cache
     
  20. check_increasing — scikit-learn 1.5.0 documenta...

    based on a Spearman correlation test. Parameters : x array-like of...
    scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html
    Fri Jun 07 19:49:38 UTC 2024
      113.3K bytes
      Cache
     
Back to top