Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 40 of 844 for test (0.17 sec)

  1. Two sides of the same coin: Uniting testing and...

    e2e tests are a suite of tests that recreate the...application in tests. Developers are able to execute the tests against...
    www.elastic.co/blog/uniting-testing-and-monitoring-with-synthetic-monitoring
    Sat Apr 20 00:41:42 UTC 2024
      691.1K bytes
      Cache
     
  2. test.java

    test.javapackage com.foo.bar; public class Test { public String...String test="Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"; } 5...
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.java
    Sat Apr 20 00:00:48 UTC 2024
      136 bytes
     
  3. test.h

    // Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 typedef int & Integer;
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.h
    Sat Apr 20 00:00:36 UTC 2024
      92 bytes
      1 views
      Similar Results (1)
     
  4. test.tar

    data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 data/file.txt Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.tar
    Sat Apr 20 00:01:21 UTC 2024
      10K bytes
      1 views
      Similar Results (1)
     
  5. test.tar.gz

    test.tar data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。...
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.tar.gz
    Sat Apr 20 00:00:49 UTC 2024
      403 bytes
      1 views
     
  6. sklearn.model_selection.permutation_test_score ...

    permutation_test_score permutation_test_score Examples using...ion_test_score sklearn.model_selection .permutation_test_score...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Fri Apr 19 11:49:06 UTC 2024
      29K bytes
      Cache
     
  7. Train error vs Test error — scikit-learn 1.4.2 ...

    X_test , y_train , y_test = train_test_split ( X ,...)) test_errors . append ( enet . score ( X_test , y_test )) i_alpha_optim...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Fri Apr 19 11:49:06 UTC 2024
      35.3K bytes
      1 views
      Cache
     
  8. Test with permutations the significance of a cl...

    Permutation test score Next, we calculate the permutation_test_score...us if you use the software. Test with permutations the significance...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Fri Apr 19 11:49:07 UTC 2024
      37.3K bytes
      Cache
     
  9. sklearn.model_selection.train_test_split — scik...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection .train_test_split train_test_split Examples using...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Fri Apr 19 11:49:06 UTC 2024
      60.2K bytes
      Cache
     
  10. Comparison of F-test and mutual information — s...

    univariate F-tests statistics and mutual information. As F-test captures...( 1000 ) f_test , _ = f_regression ( X , y ) f_test /= np . max...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Fri Apr 19 11:49:07 UTC 2024
      28.8K bytes
      Cache
     
  11. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Fri Apr 19 11:49:06 UTC 2024
      49.6K bytes
      Cache
     
  12. sklearn.model_selection.KFold — scikit-learn 1....

    estimates 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
    Fri Apr 19 11:49:06 UTC 2024
      34.1K bytes
      Cache
     
  13. Model Selection — scikit-learn 1.4.2 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Train error vs Test error Train error vs Test error Underfitting...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Fri Apr 19 11:49:06 UTC 2024
      25.1K 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
    Sat Apr 20 00:04:07 UTC 2024
      636K bytes
      Cache
     
  15. sklearn.neighbors.NearestCentroid — scikit-lear...

    with test samples classified to the class...classification on an array of test vectors X . score (X, y[, sample_weight])...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Fri Apr 19 11:49:07 UTC 2024
      43.1K bytes
      Cache
     
  16. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. predict_joint_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Fri Apr 19 11:49:06 UTC 2024
      66.4K bytes
      Cache
     
  17. 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/blog/new-synthetic-monitoring-observability
    Sat Apr 20 00:41:32 UTC 2024
      647.3K bytes
      Cache
     
  18. sklearn.gaussian_process.GaussianProcessClassif...

    {‘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
    Fri Apr 19 11:49:06 UTC 2024
      59.6K bytes
      Cache
     
  19. sklearn.model_selection.ValidationCurveDisplay ...

    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
    Fri Apr 19 11:49:07 UTC 2024
      53.7K bytes
      Cache
     
  20. sklearn.discriminant_analysis.QuadraticDiscrimi...

    classification on an array of test vectors X. predict_log_proba...the mean accuracy on the given test data and labels. set_params...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Fri Apr 19 11:49:06 UTC 2024
      54.4K bytes
      Cache
     
Back to top