Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 200 of 906 for test (0.16 sec)

  1. Elastic Enterprise Search: Getting Started with...

    results are more relevant when you test Elastic's Learned Sparse Encoder...on unstructured data beyond text, such as videos, images, and...
    www.elastic.co/getting-started/enterprise-search/search-across-business-systems-and-software
    Fri Apr 26 00:51:19 UTC 2024
      461.1K bytes
      Cache
     
  2. sklearn.feature_selection.SelectPercentile — sc...

    based on a false positive rate test. SelectFdr Select features based...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectPercentile.html
    Thu Apr 25 16:20:47 UTC 2024
      49.8K bytes
      Cache
     
  3. 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 Apr 25 16:20:47 UTC 2024
      49.8K bytes
      Cache
     
  4. 1.4. Support Vector Machines — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...examples >>> gram_test = np . dot ( X_test , X_train . T ) >>>...
    scikit-learn.org/stable/modules/svm.html
    Thu Apr 25 16:20:47 UTC 2024
      103.3K bytes
      Cache
     
  5. 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 Apr 25 16:20:47 UTC 2024
      46.1K bytes
      1 views
      Cache
     
  6. 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 Apr 26 00:03:51 UTC 2024
      643.3K bytes
      Cache
     
  7. sklearn.svm.LinearSVC — scikit-learn 1.4.2 docu...

    vs the rest. It is possible to implement one vs the rest with SVC...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Thu Apr 25 16:20:47 UTC 2024
      74.4K bytes
      Cache
     
  8. sklearn.covariance.EmpiricalCovariance — scikit...

    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.EmpiricalCovariance.html
    Thu Apr 25 16:20:47 UTC 2024
      49.1K bytes
      Cache
     
  9. 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 Apr 25 16:20:47 UTC 2024
      70.9K bytes
      Cache
     
  10. sklearn.svm.NuSVR — scikit-learn 1.4.2 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 Apr 25 16:20:47 UTC 2024
      55.8K bytes
      Cache
     
  11. sklearn.linear_model.Perceptron — scikit-learn ...

    classification of text documents Out-of-core classification of text documents...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Thu Apr 25 16:20:47 UTC 2024
      77.1K bytes
      Cache
     
  12. sklearn.linear_model.LassoLarsIC — scikit-learn...

    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.LassoLarsIC.html
    Thu Apr 25 16:20:47 UTC 2024
      58.4K bytes
      Cache
     
  13. 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 Apr 25 16:20:47 UTC 2024
      23.4K bytes
      2 views
     
  14. Trust Center - Frequently Asked Questions | Ela...

    and services that have been tested in a real production environment...dependencies . Are penetration tests performed against the product?...
    www.elastic.co/trust/faq
    Fri Apr 26 01:02:38 UTC 2024
      512.8K bytes
      Cache
     
  15. sklearn.base.RegressorMixin — scikit-learn 1.4....

    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
    Thu Apr 25 16:20:47 UTC 2024
      25.6K bytes
      Cache
     
  16. sklearn.linear_model.TheilSenRegressor — 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.TheilSenRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      47.7K bytes
      1 views
      Cache
     
  17. 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 Apr 25 16:20:47 UTC 2024
      77.8K bytes
      Cache
     
  18. sklearn.compose.TransformedTargetRegressor — sc...

    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.compose.TransformedTargetRegressor.html
    Thu Apr 25 16:20:47 UTC 2024
      53.3K bytes
      Cache
     
  19. Black News and Culture | NBC BLK | NBC News

    men NBC News NOW How a biased test kept thousands of Black people...Trump's trial 3h ago Shopping The best shampoo bars for all hair types...
    www.nbcnews.com/nbcblk
    Fri Apr 26 01:04:17 UTC 2024
      1019.9K bytes
      Cache
     
  20. sklearn.impute.KNNImputer — scikit-learn 1.4.2 ...

    missing values at transform/test time. keep_empty_features bool,...simple estimators as well as on nested objects (such as Pipeline )....
    scikit-learn.org/stable/modules/generated/sklearn.impute.KNNImputer.html
    Thu Apr 25 16:20:47 UTC 2024
      45.6K bytes
      Cache
     
Back to top