Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 160 of 1,271 for test (0.55 sec)

  1. Instrument applications with EDOT SDKs on Kuber...

    OTEL_INSTRUMENTATION_METHODS_INCLUDE="test.Testing[methodB]" --image docke...the namespace kubectl run otel-test -n java-apps --env OTEL_INS...
    www.elastic.co/docs/solutions/observability/get-started/opentelemetry/use-cases/kubernetes/instru...
    Tue Nov 04 17:37:32 UTC 2025
      378.2K bytes
      Cache
     
  2. GaussianProcessClassifier — scikit-learn 1.7.2 ...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Wed Nov 05 14:36:33 UTC 2025
      149K bytes
      Cache
     
  3. glossary.rst.txt

    common tests This refers to the tests run on almost every...``(train_idx, test_idx)`` pairs. Each of {train,test}_idx is a 1d...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Wed Nov 05 14:36:35 UTC 2025
      89.3K bytes
      1 views
     
  4. OrthogonalMatchingPursuitCV — scikit-learn 1.7....

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.OrthogonalMatchingPursuitCV.html
    Wed Nov 05 14:36:33 UTC 2025
      137.1K bytes
      Cache
     
  5. ClassifierMixin — scikit-learn 1.7.2 documentation

    n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Wed Nov 05 14:36:35 UTC 2025
      114.1K bytes
      Cache
     
  6. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Wed Nov 05 14:36:32 UTC 2025
      198.2K bytes
      Cache
     
  7. Configure the Logstash output | Elastic Docs

    in the range of 1 (best speed) to 9 (best compression). Increasing...ca.crt <HOST_URL>:<PORT> If the test is successful, you’ll receive...
    www.elastic.co/docs/solutions/observability/apm/apm-server/configure-logstash-output
    Tue Nov 04 17:37:31 UTC 2025
      385.6K bytes
      Cache
     
  8. ExtraTreesRegressor — scikit-learn 1.7.2 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Wed Nov 05 14:36:36 UTC 2025
      162.1K bytes
      Cache
     
  9. TunedThresholdClassifierCV — scikit-learn 1.7.2...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Wed Nov 05 14:36:36 UTC 2025
      148.2K bytes
      Cache
     
  10. RidgeCV — scikit-learn 1.7.2 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.RidgeCV.html
    Wed Nov 05 14:36:32 UTC 2025
      149.9K bytes
      Cache
     
  11. feature_selection.rst.txt

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Tue Nov 04 06:34:51 UTC 2025
      14.5K bytes
      3 views
     
  12. CCA — scikit-learn 1.7.2 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.CCA.html
    Wed Nov 05 14:36:33 UTC 2025
      158.4K bytes
      Cache
     
  13. Ridge — scikit-learn 1.7.2 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html
    Wed Nov 05 14:36:33 UTC 2025
      153.9K bytes
      Cache
     
  14. mutual_info_regression — scikit-learn 1.7.2 doc...

    Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html
    Wed Nov 05 14:36:33 UTC 2025
      114.4K bytes
      Cache
     
  15. BuzzFeed

    Let's Put Your Knowledge To The Test Oh, T-Swizzles... Kayla Yandoli...USA BETTER? - U.S. Citizenship Test Trivia Americans and immigrants...
    www.buzzfeed.com/ca
    Thu Oct 09 00:22:21 UTC 2025
      874.5K bytes
      Cache
     
  16. View monitor status | Elastic Docs

    date and time of any recent test runs, and it’s URL. × Integrate...
    www.elastic.co/docs/solutions/observability/uptime/view-monitor-status
    Tue Nov 04 17:37:31 UTC 2025
      363.3K bytes
      Cache
     
  17. Work with params and secrets | Elastic Docs

    you may want to test a production website with a...project have no impact on the test because it won’t have access...
    www.elastic.co/docs/solutions/observability/synthetics/work-with-params-secrets
    Tue Nov 04 17:37:30 UTC 2025
      370.5K bytes
      Cache
     
  18. MLPRegressor — scikit-learn 1.7.2 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-291]) >>> regr . score ( X_test , y_test ) 0.98 fit ( X , y , sample_weight...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Wed Nov 05 14:36:33 UTC 2025
      163K bytes
      Cache
     
  19. make_regression — scikit-learn 1.7.2 documentation

    regularization on training and test error Effect of model regularization...regularization on training and test error Release Highlights for scikit-learn...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_regression.html
    Wed Nov 05 14:36:36 UTC 2025
      119.8K bytes
      Cache
     
  20. PLSCanonical — scikit-learn 1.7.2 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Wed Nov 05 14:36:33 UTC 2025
      159.1K bytes
      Cache
     
Back to top