Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 180 of 1,625 for test (0.22 sec)

  1. Total Eclipse: Countdown to History

    women's games 02:27 How a biased test kept thousands of Black people...04:07 Get more news Live on Best of NBC News Play All NBC News...
    www.nbcnews.com/now/video/total-eclipse-countdown-to-history-207958085771
    Wed Apr 03 00:59:22 UTC 2024
      929.3K bytes
      Cache
     
  2. sklearn.model_selection.HalvingRandomSearchCV —...

    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.HalvingRandomSearchCV.html
    Tue Apr 16 17:05:18 UTC 2024
      77.3K bytes
      Cache
      Similar Results (1)
     
  3. sklearn.covariance.OAS — scikit-learn 1.4.2 doc...

    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.OAS.html
    Tue Apr 16 17:05:18 UTC 2024
      50.1K bytes
      Cache
     
  4. sklearn.linear_model.LogisticRegression — sciki...

    the mean accuracy on the given test data and labels. set_fit_request...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Tue Apr 16 17:05:19 UTC 2024
      94.8K bytes
      Cache
     
  5. 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
    Wed Apr 17 00:39:21 UTC 2024
      655.3K bytes
      2 views
      Cache
     
  6. plot_release_highlights_1_4_0.ipynb

    X_test, y_train, y_test = train_test_split(X_adult,...(X_test)\nprint(f\"ROC AUC score is {roc_auc_score(y_test, y_decision)}\")"...
    scikit-learn.org/stable/_downloads/53490cdb42c3c07ba8cccd1c4ed4dca4/plot_release_highlights_1_4_0...
    Tue Apr 16 17:05:19 UTC 2024
      10.7K bytes
     
  7. Log Monitoring with Elastic Observability | Ela...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/log-monitoring
    Thu Apr 18 00:03:52 UTC 2024
      642K bytes
      Cache
     
  8. sklearn.linear_model.SGDClassifier — scikit-lea...

    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
    Tue Apr 16 17:05:19 UTC 2024
      99.7K bytes
      Cache
     
  9. sklearn.linear_model.OrthogonalMatchingPursuitC...

    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
    Tue Apr 16 17:05:19 UTC 2024
      49.8K bytes
      Cache
     
  10. Open source full text search server – roadmap

    ARCHIVES Support Open source full text search server – roadmap This...
    fess.codelibs.org/roadmap.html
    Wed Apr 17 02:40:23 UTC 2024
      12.3K bytes
      9 views
      Cache
     
  11. sklearn.mixture.GaussianMixture — scikit-learn ...

    log-likelihood of new samples at test time. The shape depends on covariance_type...log-likelihood of new samples at test time. The shape depends on covariance_type...
    scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html
    Tue Apr 16 17:05:19 UTC 2024
      63.4K bytes
      Cache
     
  12. Universal Profiling - continuous profiling that...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/universal-profiling
    Thu Apr 18 00:03:30 UTC 2024
      640.8K bytes
      Cache
     
  13. sklearn.neighbors.KNeighborsRegressor — scikit-...

    n_indexed) if metric == ‘precomputed’ Test samples. Returns : y ndarray...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsRegressor.html
    Tue Apr 16 17:05:19 UTC 2024
      64.3K bytes
      Cache
     
  14. sklearn.tree.DecisionTreeClassifier — scikit-le...

    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
    Tue Apr 16 17:05:19 UTC 2024
      102K bytes
      Cache
     
  15. Older Versions — scikit-learn 1.4.2 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
    Tue Apr 16 17:05:19 UTC 2024
      132.1K bytes
      Cache
     
  16. 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 Apr 18 00:04:20 UTC 2024
      643.6K bytes
      Cache
     
  17. AIOps with the Elastic Observability platform |...

    test, and deploy your own. Automatically...
    www.elastic.co/observability/aiops
    Thu Apr 18 00:04:04 UTC 2024
      644.1K bytes
      Cache
     
  18. 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
    Wed Apr 17 00:54:21 UTC 2024
      509.8K bytes
      Cache
     
  19. Technology and Media News | NBC News

    02:00 Meta announces it is testing new tools to fight 'sextortion'...Nightly News 06:40 TikTok testing new photo app to compete with...
    www.nbcnews.com/tech-media
    Wed Apr 17 00:51:57 UTC 2024
      1.2M bytes
      Cache
     
  20. sklearn.ensemble.StackingRegressor — scikit-lea...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.3... Methods fit (X,...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Tue Apr 16 17:05:18 UTC 2024
      70.9K bytes
      Cache
     
Back to top