Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 120 of 871 for test (0.18 sec)

  1. sklearn.covariance.EllipticEnvelope — scikit-le...

    the mean accuracy on the given test data and labels. score_samples...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Thu Mar 28 16:05:58 UTC 2024
      66.3K bytes
      Cache
     
  2. 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
    Thu Mar 28 01:05:33 UTC 2024
      594.2K bytes
      Cache
     
  3. Accelerate DevOps transformation with Elastic O...

    or A/B testing. Plus, you can use the annotation...determine if the issue uncovered in test is already in prod. Track log...
    www.elastic.co/observability/devops
    Fri Mar 29 00:43:42 UTC 2024
      727.4K bytes
      Cache
     
  4. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Thu Mar 28 16:05:59 UTC 2024
      7.7K bytes
     
  5. Elastic Cloud on Kubernetes | Deploy and Orches...

    test, and learn together. The ECK...Enterprise . It’s our battle-tested product — which also powers...
    www.elastic.co/elastic-cloud-kubernetes
    Fri Mar 29 00:28:21 UTC 2024
      759.9K bytes
      Cache
     
  6. sklearn.multioutput.ClassifierChain — scikit-le...

    X_test , Y_train , Y_test = train_test_split ( ......An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.multioutput.ClassifierChain.html
    Thu Mar 28 16:05:59 UTC 2024
      52K bytes
      Cache
     
  7. sklearn.datasets.fetch_species_distributions — ...

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Thu Mar 28 16:05:57 UTC 2024
      21.4K bytes
      Cache
     
  8. sklearn.ensemble.GradientBoostingClassifier — s...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Thu Mar 28 16:05:59 UTC 2024
      96.5K bytes
      Cache
     
  9. sklearn.neural_network.MLPRegressor — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Thu Mar 28 16:05:59 UTC 2024
      62.5K bytes
      Cache
     
  10. 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
    Fri Mar 29 01:14:05 UTC 2024
      593.5K bytes
      Cache
     
  11. Elastic Cloud Feature Matrix | Elastic

    Monitors Managed Test Execution Service 12 Private Testing Locations...Monitors Managed Test Execution Service 12 Private Testing Locations...
    www.elastic.co/subscriptions/cloud
    Fri Mar 29 00:28:35 UTC 2024
      1.3M bytes
      1 views
      Cache
     
  12. FanFare

    Agnes' loyalty is tested by an offer from an unknown...Toranaga. In Ajiro, Toranaga tests Mariko's loyalty to his cause....
    fanfare.metafilter.com
    Fri Mar 29 00:44:46 UTC 2024
      79.6K bytes
      1 views
      Cache
     
  13. Installing the development version of scikit-le...

    Test dependencies Running tests requires: pytest...dependencies Build dependencies Test dependencies Building a specific...
    scikit-learn.org/stable/developers/advanced_installation.html
    Thu Mar 28 16:05:58 UTC 2024
      55.6K bytes
      Cache
     
  14. faq.rst.txt

    :ref:`text_feature_extraction` for the built-in *text vectorizers*....^^^^^^^^^^ scikit-learn is regularly tested and maintained to work with...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Thu Mar 28 16:05:57 UTC 2024
      23.4K bytes
      2 views
     
  15. Slashdot: News for nerds, stuff that matters

    conducting real-world tests, independently evaluating AI,...for companies interested in testing autonomous vehicles on its...
    slashdot.org
    Fri Mar 29 01:10:52 UTC 2024
      144.5K bytes
      Cache
     
  16. 3.3. Metrics and scoring: quantifying the quali...

    (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},\]...
    scikit-learn.org/stable/modules/model_evaluation.html
    Thu Mar 28 16:05:59 UTC 2024
      351.3K bytes
      Cache
     
  17. sklearn.feature_selection.chi2 — scikit-learn 1...

    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
    Thu Mar 28 16:05:59 UTC 2024
      20.6K bytes
      Cache
     
  18. Digital experience monitoring with Elastic Obse...

    before your users do Proactive testing is vital for improving user...Synthetic transactions continually test key user journeys such as login...
    www.elastic.co/observability/digital-experience-monitoring
    Fri Mar 29 00:43:32 UTC 2024
      717.2K bytes
      Cache
     
  19. plot_classifier_comparison.ipynb

    y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Thu Mar 28 16:05:58 UTC 2024
      5.8K bytes
     
  20. sklearn.model_selection.cross_val_predict — sci...

    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
    Thu Mar 28 16:05:59 UTC 2024
      30.4K bytes
      Cache
     
Back to top