Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Linklaters Delivers Faster, Better Enterprise S...

    test, and go live with no interruption...This streamlines development, testing, and enables automated scaling...
    www.elastic.co/customers/linklaters
    Tue Jun 04 00:56:02 UTC 2024
      355.7K bytes
      Cache
     
  2. 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
    Mon Jun 03 12:46:39 UTC 2024
      143.2K bytes
      Cache
     
  3. HalvingGridSearchCV — scikit-learn 1.5.0 docume...

    cross-validated score of the best_estimator. best_params_ dict Parameter...that gave the best results on the hold out data. best_index_ int...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.HalvingGridSearchCV.html
    Mon Jun 03 12:46:40 UTC 2024
      167.4K bytes
      Cache
      Similar Results (1)
     
  4. AIOps with the Elastic Observability platform |...

    test, and deploy your own. Automatically...
    www.elastic.co/observability/aiops
    Tue Jun 04 00:05:10 UTC 2024
      490.5K bytes
      Cache
     
  5. The Literary Mercenary: The Pros and Cons of Us...

    folks use these games as ways to test out story ideas, character concepts,...sandbox to play around in, testing out different ideas and structures...
    nealflitherland.blogspot.com/2020/02/the-pros-and-cons-of-using-tabletop.html
    Sun Jun 02 00:14:46 UTC 2024
      91.8K bytes
      Cache
     
  6. Baba Entertainment uses Elastic for gaming data...

    Increased sales with real-time testing insights Sales increased 15%...from real-time customer A/B testing using Elastic Enterprise Search...
    www.elastic.co/customer/baba-entertainment
    Tue Jun 04 01:01:53 UTC 2024
      354.6K bytes
      Cache
     
  7. 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
    Mon Jun 03 12:46:40 UTC 2024
      162.8K bytes
      Cache
     
  8. Politics: Latest news and headlines | NBC News

    charges President Biden faces key test as his son arrives to court...Election Hush money verdict tests Senate candidates' approach...
    www.nbcnews.com/politics
    Tue Jun 04 00:51:48 UTC 2024
      1.1M bytes
      Cache
     
  9. ElasticNetCV — scikit-learn 1.5.0 documentation

    are tested by cross-validation and the one giving the best prediction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Mon Jun 03 12:46:39 UTC 2024
      171.5K bytes
      Cache
     
  10. Subscriptions | Elastic Stack Products & Suppor...

    Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...
    www.elastic.co/subscriptions
    Tue Jun 04 01:08:09 UTC 2024
      1M bytes
      2 views
      Cache
     
  11. I Was Dating A Girl Who Kept Secretly Hooking U...

    I'm demanding a paternity test. I'm not spending another damn...if he is? Show me a paternity test, and I'll do everything I can...
    digg.com/relationships/link/exhausted-ungratefull-cheating-partner-baby-relationship-drama-column...
    Tue May 28 01:19:16 UTC 2024
      144.5K bytes
      Cache
     
  12. 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
    Tue Jun 04 00:06:21 UTC 2024
      489.8K bytes
      Cache
     
  13. LogisticRegressionCV — scikit-learn 1.5.0 docum...

    scoring option on the given test data and labels. Parameters...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Mon Jun 03 12:46:39 UTC 2024
      172.2K bytes
      Cache
     
  14. EmpiricalCovariance — scikit-learn 1.5.0 docume...

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EmpiricalCovariance.html
    Mon Jun 03 12:46:39 UTC 2024
      142K bytes
      Cache
     
  15. Elastic Observability monitors metrics for Micr...

    import { test , expect } from "@playwright/test" ; test ( "homepage...requirements. RESOURCE_GROUP = "test" APP_PASSWORD = "SpecifyNewPasswordHe"...
    www.elastic.co/observability-labs/blog/observability-monitors-metrics-microsoft-azure
    Fri May 31 01:02:31 UTC 2024
      170.2K bytes
      Cache
     
  16. Slashdot | LinkedIn

    single hottest source of peer-tested news content and discussion,...wheel-free Zoox vehicles being tested in San Francisco, Seattle,...
    www.linkedin.com/company/slashdot
    Sun May 26 01:15:15 UTC 2024
      219.6K bytes
      Cache
     
  17. 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
    Mon Jun 03 12:46:40 UTC 2024
      121.5K bytes
      Cache
     
  18. MLPRegressor — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Fri May 31 14:06:07 UTC 2024
      156.2K bytes
      Cache
     
  19. RFECV — scikit-learn 1.5.0 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Mon Jun 03 12:46:40 UTC 2024
      165.1K bytes
      Cache
     
  20. GridSearchCV — scikit-learn 1.5.0 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...the attributes best_index_ , best_score_ and best_params_ will...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Mon Jun 03 12:46:40 UTC 2024
      187.7K bytes
      Cache
     
Back to top