Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 889 for test (0.27 sec)

  1. Getting started with the Elastic AI Assistant f...

    Then click the Save & test button. Within the Edit Connector...instance. A successful connector test should look something like this:...
    www.elastic.co/observability-labs/blog/elastic-ai-assistant-observability-microsoft-azure-openai
    Thu May 23 00:54:52 UTC 2024
      134.6K bytes
      Cache
     
  2. RandomizedSearchCV — scikit-learn 1.5.0 documen...

    the attributes best_index_ , best_score_ and best_params_ will...param_gamma split0_test_score … rank_test_score ‘rbf’ 0.1 0.80...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Wed May 22 15:20:10 UTC 2024
      175.3K bytes
      Cache
     
  3. AI & ML Search Engine - Take Search to the Next...

    Scalable for any use case Test, operationalize, and scale up...pipelines for sentiment analysis, text classification, and named entity...
    www.elastic.co/enterprise-search/machine-learning
    Thu May 23 00:34:30 UTC 2024
      498.4K bytes
      2 views
      Cache
     
  4. StackingClassifier — scikit-learn 1.5.0 documen...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.9... decision_function...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Wed May 22 15:20:05 UTC 2024
      168.5K bytes
      Cache
     
  5. OrthogonalMatchingPursuit — scikit-learn 1.5.0 ...

    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.OrthogonalMatchingPursuit.html
    Wed May 22 15:20:08 UTC 2024
      140.2K bytes
      1 views
      Cache
     
  6. SGDClassifier — scikit-learn 1.5.0 documentation

    classification of text documents Out-of-core classification of text documents...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.SGDClassifier.html
    Wed May 22 15:20:05 UTC 2024
      190.7K bytes
      Cache
     
  7. 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
     
  8. Sports News: Latest stories, videos, photos and...

    Select 100 The 100 best moisturizers tested and ranked, according...in the season 8h ago Fentanyl test strips are being used by drug...
    www.nbcnews.com/sports
    Thu May 23 00:50:57 UTC 2024
      1.1M bytes
      Cache
     
  9. 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
     
  10. 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
     
  11. Elastic Generative AI Tools and Capabilities | ...

    Test drive serverless Generative...meaning and context — across text, images, videos, audio, geo-location,...
    www.elastic.co/generative-ai
    Thu May 23 00:07:58 UTC 2024
      560.8K bytes
      Cache
     
  12. 7.4. Loading other datasets — scikit-learn 1.5....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Wed May 22 15:20:10 UTC 2024
      65.9K bytes
      Cache
     
  13. 1.17. Neural network models (supervised) — scik...

    transformation to test data >>> X_test = scaler . transform ( X_test ) An...apply the same scaling to the test set for meaningful results....
    scikit-learn.org/stable/modules/neural_networks_supervised.html
    Wed May 22 15:20:05 UTC 2024
      72.4K bytes
      Cache
     
  14. 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
     
  15. 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
     
  16. 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
     
  17. Paris Olympics 2024: Latest news and updates | ...

    Test your knowledge of Olympic sports...difficult, but also one of the best, lessons,” said the history-making...
    www.nbcnews.com/olympics
    Thu May 23 00:49:25 UTC 2024
      915.2K bytes
      Cache
     
  18. NBC News - Breaking News & Top Stories - Latest...

    less chaotic The 100 best moisturizers tested and ranked, according...in the season 8h ago Fentanyl test strips are being used by drug...
    www.nbcnews.com
    Thu May 23 00:48:14 UTC 2024
      998.3K bytes
      Cache
     
  19. 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
     
  20. 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
     
Back to top