Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 871 for test (0.21 sec)

  1. 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
    Fri Mar 29 00:28:21 UTC 2024
      1.3M bytes
      2 views
      Cache
     
  2. sklearn.covariance.OAS — scikit-learn 1.4.1 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
    Thu Mar 28 16:05:57 UTC 2024
      50.1K bytes
      Cache
     
  3. 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
    Thu Mar 28 16:05:59 UTC 2024
      64.3K bytes
      Cache
     
  4. 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
    Thu Mar 28 16:05:57 UTC 2024
      102K bytes
      Cache
     
  5. sklearn.model_selection.GridSearchCV — scikit-l...

    '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
    Thu Mar 28 16:05:57 UTC 2024
      94.3K bytes
      Cache
     
  6. 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
    Thu Mar 28 16:05:59 UTC 2024
      49.8K bytes
      Cache
     
  7. 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...
    Thu Mar 28 16:05:59 UTC 2024
      10.7K bytes
     
  8. sklearn.covariance.LedoitWolf — scikit-learn 1....

    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.LedoitWolf.html
    Thu Mar 28 16:05:57 UTC 2024
      50K bytes
      Cache
     
  9. Infrastructure Monitoring with Elastic Observab...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/infrastructure-monitoring
    Fri Mar 29 00:03:44 UTC 2024
      727.4K bytes
      Cache
     
  10. sklearn.decomposition.SparsePCA — scikit-learn ...

    n_features) Test data to be transformed, must...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparsePCA.html
    Thu Mar 28 16:05:58 UTC 2024
      47.9K bytes
      Cache
     
  11. Older Versions — scikit-learn 1.4.1 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
    Thu Mar 28 16:05:57 UTC 2024
      132.1K bytes
      Cache
     
  12. Log Monitoring with Elastic Observability | Ela...

    Learn more Synthetic monitoring Test user journeys to deliver a great...
    www.elastic.co/observability/log-monitoring
    Fri Mar 29 00:03:10 UTC 2024
      727.5K bytes
      Cache
     
  13. 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
     
  14. 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
    Fri Mar 29 00:04:21 UTC 2024
      729.3K bytes
      Cache
     
  15. sklearn.feature_selection.RFECV — scikit-learn ...

    test) splits as arrays of indices....ndarrays A dict with keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Thu Mar 28 16:05:58 UTC 2024
      73.9K bytes
      Cache
     
  16. 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
     
  17. Slashdot: News for nerds, stuff that matters

    I've been testing out the Orange Pi 5 the past...Now, developers can create and test widgets that can be added to...
    build.slashdot.org
    Fri Mar 29 01:14:54 UTC 2024
      142K bytes
      Cache
     
  18. sklearn.linear_model.QuantileRegressor — scikit...

    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.QuantileRegressor.html
    Thu Mar 28 16:05:57 UTC 2024
      52.6K 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
    Fri Mar 29 00:04:21 UTC 2024
      726.4K 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
    Thu Mar 28 16:05:57 UTC 2024
      70.9K bytes
      Cache
     
Back to top