Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 80 of 1,312 for test (0.28 sec)

  1. f_regression — scikit-learn 1.7.2 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Tue Sep 16 14:38:52 UTC 2025
      118.1K bytes
      Cache
     
  2. Quickstart: Create a Synthetic Monitor | Elasti...

    organizations to proactively test and monitor applications by...if the website or app being tested are accessible from: Elastic's...
    www.elastic.co/docs/solutions/observability/get-started/quickstart-create-synthetic-monitor
    Tue Sep 16 20:36:35 UTC 2025
      308.2K bytes
      Cache
     
  3. KNeighborsClassifier — scikit-learn 1.7.2 docum...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Tue Sep 16 14:38:55 UTC 2025
      156K bytes
      Cache
     
  4. Get started with generative AI free | Elastic

    Test out ingesting your data, build...Configure, select field mappings, and test vector and semantic search with...
    www.elastic.co/cloud/generative-ai-trial-overview
    Wed Sep 17 01:45:53 UTC 2025
      577.9K bytes
      1 views
      Cache
     
  5. Epstein accuser’s family blasts Ghislaine Maxwe...

    SpaceX Starship gears up for 10th test flight 01:23 Chicago mayor blasts...SpaceX Starship gears up for 10th test flight 01:23 Chicago mayor blasts...
    www.nbcnews.com/video/epstein-accuser-s-family-blasts-ghislaine-maxwell-testimony-release-2456689...
    Mon Aug 25 01:18:50 UTC 2025
      938.9K bytes
      Cache
     
  6. KFold — scikit-learn 1.7.2 documentation

    scikit-learn Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Tue Sep 16 14:38:55 UTC 2025
      123.2K bytes
      Cache
     
  7. Elastic Cloud Hosted pricing | Elastic

    Monitoring browser tests are $0.0123 per test run (metered in 60...simultaneous test run capacity (~2.6 billion tests per month)....
    www.elastic.co/pricing/cloud-hosted
    Wed Sep 17 03:19:08 UTC 2025
      474.6K bytes
      Cache
     
  8. StratifiedKFold — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Tue Sep 16 14:38:52 UTC 2025
      124.7K bytes
      Cache
     
  9. check_estimator — scikit-learn 1.7.2 documentation

    running tests are aborted. This does not included tests that are...function will run an extensive test-suite for input validation,...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.check_estimator.html
    Tue Sep 16 14:38:54 UTC 2025
      122.8K bytes
      Cache
     
  10. ElasticNetCV — scikit-learn 1.7.2 documentation

    are tested by cross-validation and the one giving the best prediction...default=None Values of alphas to test along the regularization path,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Tue Sep 16 14:38:52 UTC 2025
      166.4K bytes
      Cache
     
  11. RepeatedKFold — scikit-learn 1.7.2 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Tue Sep 16 14:38:52 UTC 2025
      119.4K bytes
      Cache
     
  12. Contributing — scikit-learn 1.7.2 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....
    scikit-learn.org/stable/developers/contributing.html
    Tue Sep 16 14:38:55 UTC 2025
      140.2K bytes
      1 views
      Cache
     
  13. learning_curve — scikit-learn 1.7.2 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Mon Sep 15 09:31:45 UTC 2025
      125.7K bytes
      Cache
     
  14. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Wed Sep 17 00:35:52 UTC 2025
      541.6K bytes
      Cache
     
  15. ComplementNB — scikit-learn 1.7.2 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Tue Sep 16 14:38:55 UTC 2025
      153K bytes
      Cache
     
  16. auto_examples_python.zip

    tick test_stats["n_test"] += len(y_test) test_stats["n_test_pos"]...X_train, X_test, y_train, y_test = train_test_split( X, y, test_size=0.25,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Mon Sep 15 09:31:46 UTC 2025
      1.7M bytes
      7 views
     
  17. CalibratedClassifierCV — scikit-learn 1.7.2 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Tue Sep 16 14:38:52 UTC 2025
      154.3K bytes
      Cache
     
  18. minmax_scale — scikit-learn 1.7.2 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Mon Sep 15 09:31:44 UTC 2025
      115.6K bytes
      Cache
     
  19. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Tue Sep 16 14:38:52 UTC 2025
      16.3K bytes
     
  20. auto_examples_jupyter.zip

    X_test, y_train, y_test = train_test_split(\n X, y, test_size=0.25,...\"%(n_test)6d test docs (%(n_test_pos)6d positive) \" % test_stats\n...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Mon Sep 15 09:31:45 UTC 2025
      2.2M bytes
      2 views
     
Back to top