Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 1,327 for test (0.35 sec)

  1. Introducing Elastic Observability's new Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/observability-labs/blog/new-synthetic-monitoring-observability
    Thu Sep 18 01:14:54 UTC 2025
      67.2K bytes
      Cache
     
  2. TimeSeriesSplit — scikit-learn 1.7.2 documentation

    test_size=None) >>> for i , ( train_index , test_index..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Wed Sep 17 19:57:59 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  3. ShuffleSplit — scikit-learn 1.7.2 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Wed Sep 17 19:58:00 UTC 2025
      124.6K bytes
      Cache
     
  4. 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
    Thu Sep 18 00:06:57 UTC 2025
      541.5K bytes
      Cache
     
  5. StratifiedShuffleSplit — scikit-learn 1.7.2 doc...

    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.StratifiedShuffleSplit.html
    Wed Sep 17 19:57:59 UTC 2025
      122.5K bytes
      Cache
     
  6. ValidationCurveDisplay — scikit-learn 1.7.2 doc...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Wed Sep 17 19:57:58 UTC 2025
      144.1K bytes
      Cache
     
  7. Behind the scenes of Elastic Security’s generat...

    go through the test scenarios and curated test dataset , as well...with LangSmith. Test scenarios and curated test datasets Since...
    www.elastic.co/blog/elastic-security-generative-ai-features
    Thu Sep 18 01:06:30 UTC 2025
      525.7K bytes
      Cache
     
  8. Model Selection — scikit-learn 1.7.2 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Wed Sep 17 19:57:58 UTC 2025
      89K bytes
      Cache
     
  9. class_likelihood_ratios — scikit-learn 1.7.2 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Wed Sep 17 19:58:00 UTC 2025
      122.5K bytes
      Cache
     
  10. GroupShuffleSplit — scikit-learn 1.7.2 document...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html
    Wed Sep 17 19:58:00 UTC 2025
      128.2K bytes
      Cache
     
  11. 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
     
  12. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Wed Sep 17 19:57:59 UTC 2025
      10.3K bytes
      1 views
     
  13. RepeatedStratifiedKFold — scikit-learn 1.7.2 do...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Wed Sep 17 19:58:00 UTC 2025
      121.6K bytes
      Cache
     
  14. GroupKFold — scikit-learn 1.7.2 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Wed Sep 17 19:57:59 UTC 2025
      127.1K bytes
      Cache
     
  15. 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
    Wed Sep 17 19:58:00 UTC 2025
      1.7M bytes
      7 views
     
  16. validation_curve — scikit-learn 1.7.2 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed Sep 17 19:58:00 UTC 2025
      121.9K bytes
      Cache
     
  17. cross_validate — scikit-learn 1.7.2 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Wed Sep 17 19:58:00 UTC 2025
      138.3K bytes
      Cache
     
  18. 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
    Wed Sep 17 19:57:59 UTC 2025
      153K bytes
      Cache
     
  19. plot_classifier_comparison.rst.txt

    and test part X, y = ds X_train, X_test, y_train, y_test = train_test_split(...Plot the testing points ax.scatter( X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Tue Sep 16 14:38:52 UTC 2025
      7.8K bytes
     
  20. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Wed Sep 17 19:58:00 UTC 2025
      141.5K bytes
      Cache
     
Back to top