Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 161 - 180 of 869 for test (0.16 sec)

  1. 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
    Wed Apr 17 16:39:24 UTC 2024
      47.9K bytes
      Cache
     
  2. 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
    Wed Apr 17 16:39:24 UTC 2024
      73.9K bytes
      Cache
     
  3. Jaguar Land Rover (JLR) Accelerates Vehicle Int...

    the test managers get more reliable and efficient tests and avoid...the production or vehicle testing process. "Our leadership teams...
    www.elastic.co/customers/jaguar-land-rover
    Thu Apr 18 00:07:07 UTC 2024
      516.8K bytes
      Cache
     
  4. 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
    Wed Apr 17 16:39:22 UTC 2024
      52.6K bytes
      Cache
     
  5. Elastic Observability 8.2: Tail-based sampling,...

    test, or staging), and transaction...fashion. New synthetic cloud testing infrastructure (beta) Monitoring...
    www.elastic.co/blog/whats-new-elastic-observability-8-2-0
    Thu Apr 18 00:38:08 UTC 2024
      644.8K bytes
      Cache
     
  6. sklearn.linear_model.LassoLarsCV — scikit-learn...

    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.LassoLarsCV.html
    Wed Apr 17 16:39:22 UTC 2024
      58.5K bytes
      Cache
     
  7. 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
    Wed Apr 17 16:39:22 UTC 2024
      49.8K bytes
      Cache
     
  8. 1.16. Probability calibration — scikit-learn 1....

    test_set) couples (as determined...Then its predictions on the test subset are used to fit a calibrator...
    scikit-learn.org/stable/modules/calibration.html
    Wed Apr 17 16:39:24 UTC 2024
      42.8K bytes
      Cache
     
  9. 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
     
  10. 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
    Wed Apr 17 16:39:24 UTC 2024
      49.1K bytes
      Cache
     
  11. 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
    Thu Apr 18 00:51:30 UTC 2024
      460.4K bytes
      Cache
     
  12. 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
    Wed Apr 17 16:39:24 UTC 2024
      70.9K bytes
      Cache
     
  13. 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
    Wed Apr 17 16:39:22 UTC 2024
      63.4K bytes
      Cache
     
  14. 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
    Wed Apr 17 16:39:24 UTC 2024
      103.3K bytes
      Cache
     
  15. 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
    Wed Apr 17 16:39:24 UTC 2024
      74.4K bytes
      Cache
     
  16. 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
    Wed Apr 17 16:39:24 UTC 2024
      25.6K bytes
      Cache
     
  17. 7.4. Loading other datasets — scikit-learn 1.4....

    X_test , y_test = load_svmlight_files (...number of features: >>> X_test , y_test = load_svmlight_file ( ......
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Wed Apr 17 16:39:25 UTC 2024
      44.9K bytes
      Cache
     
  18. sklearn.ensemble.ExtraTreesClassifier — scikit-...

    max_leaf_nodes in best-first fashion. Best nodes are defined...the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Wed Apr 17 16:39:22 UTC 2024
      83.2K bytes
      Cache
     
  19. 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
    Wed Apr 17 16:39:24 UTC 2024
      46.1K bytes
      1 views
      Cache
     
  20. 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
    Wed Apr 17 16:39:22 UTC 2024
      77.1K bytes
      Cache
     
Back to top