Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 140 of 1,621 for test (0.11 sec)

  1. Can you tell which piece of audio was made by AI?

    We’ve assembled nine examples to test your ear. Don’t worry — even...
    www.nbcnews.com/tech/can-tell-piece-audio-was-m...
    Fri Mar 08 01:02:49 UTC 2024
      210.6K bytes
      Cache
     
  2. Real User Monitoring (RUM) with Elastic Observa...

    and test your user journeys all within...Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/real-user-monitoring
    Fri Mar 29 00:03:46 UTC 2024
      718.5K bytes
      Cache
     
  3. 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
     
  4. sklearn.semi_supervised.LabelSpreading — scikit...

    on a Text Dataset Semi-supervised Classification on a Text Dataset...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html
    Thu Mar 28 16:05:57 UTC 2024
      48.4K bytes
      Cache
     
  5. 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
     
  6. AIOps with the Elastic Observability platform |...

    test, and deploy your own. Automatically...
    www.elastic.co/observability/aiops
    Fri Mar 29 00:04:06 UTC 2024
      729.4K bytes
      Cache
     
  7. 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
     
  8. 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
     
  9. sklearn.linear_model.RidgeCV — scikit-learn 1.4...

    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.RidgeCV.html
    Thu Mar 28 16:05:58 UTC 2024
      58.8K bytes
      Cache
     
  10. Altman-backed Oklo nuclear facility ramps up as...

    an Energy Department grant to test recycling nuclear waste into...efforts like the one Oklo is testing. But as the climate crisis...
    www.nbcnews.com/tech/tech-news/nuclear-power-ok...
    Wed Mar 13 00:52:40 UTC 2024
      343.4K bytes
      Cache
     
  11. sklearn.svm.NuSVR — scikit-learn 1.4.1 document...

    expected shape of X is (n_samples_test, n_samples_train). Returns :...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Thu Mar 28 16:05:58 UTC 2024
      55.8K bytes
      Cache
     
  12. sklearn.covariance.ShrunkCovariance — scikit-le...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Thu Mar 28 16:05:58 UTC 2024
      49.2K bytes
      Cache
     
  13. sklearn.linear_model.ElasticNetCV — scikit-lear...

    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
    Thu Mar 28 16:05:59 UTC 2024
      75.9K bytes
      Cache
     
  14. sklearn.linear_model.OrthogonalMatchingPursuit ...

    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
    Thu Mar 28 16:05:59 UTC 2024
      46.1K bytes
      1 views
      Cache
     
  15. 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
     
  16. sklearn.preprocessing.quantile_transform — scik...

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.quantile_transform.html
    Wed Mar 27 16:42:10 UTC 2024
      26.5K bytes
      Cache
     
  17. plot_release_highlights_1_4_0.rst.txt

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Thu Mar 28 16:05:58 UTC 2024
      40.9K bytes
     
  18. Examples — scikit-learn 1.4.1 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/index.html
    Thu Mar 28 16:05:57 UTC 2024
      184.6K bytes
      Cache
     
  19. sklearn.discriminant_analysis.LinearDiscriminan...

    the mean accuracy on the given test data and labels. set_output...n_features) Array of samples (test vectors). Returns : C ndarray...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Thu Mar 28 16:05:58 UTC 2024
      68.5K bytes
      Cache
     
  20. sklearn.ensemble.ExtraTreesRegressor — scikit-l...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Thu Mar 28 16:05:57 UTC 2024
      77.8K bytes
      Cache
     
Back to top