Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 140 of 1,160 for test (0.36 sec)

  1. LogisticRegression — scikit-learn 1.5.0 documen...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Wed May 22 15:20:08 UTC 2024
      190K bytes
      Cache
     
  2. HSE powers ecommerce website with AI search fro...

    Strasser and his team ran an A/B test comparing the previous search...HSE is able to leverage the best models on the market to augment...
    www.elastic.co/customers/hse
    Thu May 23 01:08:19 UTC 2024
      358.1K bytes
      Cache
     
  3. Maryland teacher arrested after principal alleg...

    Black students were unable to "test their way out of a paper bag,"...
    www.nbcnews.com/news/us-news/teacher-arrested-ai-generated-racist-rant-maryland-school-principal-...
    Fri Apr 26 01:04:42 UTC 2024
      215K bytes
      Cache
     
  4. Jaguar Land Rover (JLR) Accelerates Vehicle Int...

    the test managers get more reliable and efficient tests and avoid...the production or vehicle testing process. "Our leadership teams...
    www.elastic.co/customers/jaguar-land-rover
    Thu May 23 00:07:25 UTC 2024
      359.5K bytes
      Cache
     
  5. Inside NASA's monthslong effort to rescue the V...

    working test beds or simulators here on Earth to test the new...
    www.nbcnews.com/science/space/nasa-rescue-voyager-1-mission-rcna149514
    Sat Apr 27 01:03:04 UTC 2024
      222.7K bytes
      Cache
     
  6. Log Monitoring with Elastic Observability | Ela...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/log-monitoring
    Thu May 23 00:05:41 UTC 2024
      485.1K bytes
      Cache
     
  7. DecisionTreeClassifier — scikit-learn 1.5.0 doc...

    splitter {“best”, “random”}, default=”best” The strategy used...Supported strategies are “best” to choose the best split and “random”...
    scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeClassifier.html
    Wed May 22 15:20:10 UTC 2024
      191.9K bytes
      Cache
     
  8. OrthogonalMatchingPursuitCV — scikit-learn 1.5....

    test) splits as arrays of indices....shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Wed May 22 15:20:08 UTC 2024
      143.2K bytes
      Cache
     
  9. Universal Profiling - continuous profiling that...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/universal-profiling
    Thu May 23 00:05:21 UTC 2024
      484K bytes
      Cache
     
  10. ExtraTreesRegressor — scikit-learn 1.5.0 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Wed May 22 15:20:05 UTC 2024
      170.6K bytes
      Cache
     
  11. How Biden came around to debating Trump: From t...

    The debates will be a critical test for Biden at a time when many...every state where the new polls tested Biden, there was at least one...
    www.nbcnews.com/politics/biden-trump-debates-politics-desk-rcna152451
    Thu May 16 00:47:56 UTC 2024
      259.5K bytes
      Cache
     
  12. SparsePCA — scikit-learn 1.5.0 documentation

    n_features) Test data to be transformed, must...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html
    Wed May 22 15:20:08 UTC 2024
      141.1K bytes
      Cache
     
  13. StackingRegressor — scikit-learn 1.5.0 document...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.3... fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Wed May 22 15:20:08 UTC 2024
      162.8K bytes
      Cache
     
  14. 1.6. Nearest Neighbors — scikit-learn 1.5.0 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Wed May 22 15:20:10 UTC 2024
      128.4K bytes
      Cache
     
  15. Embedding Security in LLM Workflows: Elastic's ...

    risks Red Teaming & Monitoring : Test for vulnerabilities and continuously...section. Before moving forward, testing your connection is generally...
    www.elastic.co/security-labs/embedding-security-in-llm-workflows
    Thu May 23 01:07:40 UTC 2024
      185.5K bytes
      Cache
     
  16. Gabby Douglas returns to competitive gymnastics...

    competition due to a positive Covid test. “I was so excited to get back...floor, but unfortunately, I just tested positive for covid... I’m crushed...
    www.nbcnews.com/news/us-news/gabby-douglas-returns-competitive-gymnastics-qualifies-us-championsh...
    Sun Apr 28 01:04:06 UTC 2024
      210.6K bytes
      Cache
     
  17. Older Versions — scikit-learn 1.5.0 documentation

    Arguments n_test and n_train are deprecated and renamed to test_size...preprocessor / analyzer nested structure for text feature extraction...
    scikit-learn.org/stable/whats_new/older_versions.html
    Wed May 22 15:20:10 UTC 2024
      149K bytes
      Cache
     
  18. Application Performance Monitoring (APM) with E...

    and flaky tests with Elastic contributed open...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/application-performance-monitoring
    Thu May 23 00:06:19 UTC 2024
      486.6K bytes
      Cache
     
  19. Zurich Insurance Group: Elastic Stack and Elast...

    from testing and deployment to production,...team ran a proof of concept to test the viability of ECK on Microsoft...
    www.elastic.co/customers/zurich-insurance-group
    Thu May 23 01:04:16 UTC 2024
      351.7K bytes
      Cache
     
  20. RegressorMixin — 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.base.RegressorMixin.html
    Wed May 22 15:20:08 UTC 2024
      121.5K bytes
      Cache
     
Back to top