Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 40 of 884 for test (0.15 sec)

  1. test.mm

    1"> <node TEXT="Lorem ipsum. (&#12525;&#12...
    raw.githubusercontent.com/codelibs/fess-testdata/master/xml/test.mm
    Thu Mar 28 00:00:35 UTC 2024
      196 bytes
      1 views
     
  2. test.js

    function foo() { var bar = "Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"; }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.js
    Thu Mar 28 00:00:36 UTC 2024
      99 bytes
      3 views
     
  3. 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
    Thu Mar 28 00:00:37 UTC 2024
      136 bytes
     
  4. test.hpp

    // Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 typedef int & Integer;
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.hpp
    Thu Mar 28 00:01:12 UTC 2024
      92 bytes
      Similar Results (1)
     
  5. test.zip

    data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 data/file.txt Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.zip
    Thu Mar 28 00:01:29 UTC 2024
      595 bytes
      1 views
      Similar Results (1)
     
  6. test.tar.gz

    test.tar data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。...
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.tar.gz
    Thu Mar 28 00:01:28 UTC 2024
      403 bytes
      1 views
     
  7. 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
    Wed Mar 27 16:42:11 UTC 2024
      29K bytes
      Cache
     
  8. Train error vs Test error — scikit-learn 1.4.1 ...

    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
    Wed Mar 27 16:42:11 UTC 2024
      35.3K bytes
      1 views
      Cache
     
  9. 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
    Wed Mar 27 16:42:10 UTC 2024
      37.3K bytes
      Cache
     
  10. 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
    Wed Mar 27 16:42:11 UTC 2024
      60.2K bytes
      Cache
     
  11. 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
    Wed Mar 27 16:42:10 UTC 2024
      28.8K bytes
      Cache
     
  12. cross_validation.rst.txt

    available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed Mar 27 16:42:11 UTC 2024
      39.9K bytes
      6 views
     
  13. 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
    Wed Mar 27 16:42:11 UTC 2024
      34.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
    Thu Mar 28 00:06:07 UTC 2024
      721.1K bytes
      Cache
     
  15. Contributing — scikit-learn 1.4.1 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...path/to/tests_for_package see also Testing and improving test coverage...
    scikit-learn.org/stable/developers/contributing.html
    Wed Mar 27 16:42:11 UTC 2024
      119.9K bytes
      Cache
     
  16. 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...
    Wed Mar 27 16:42:11 UTC 2024
      54.4K bytes
      Cache
     
  17. 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
    Wed Mar 27 16:42:10 UTC 2024
      59.6K bytes
      Cache
     
  18. 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 Mar 27 16:42:10 UTC 2024
      1.6M bytes
      3 views
     
  19. Official Elasticsearch Pricing: Elastic Cloud, ...

    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
    Thu Mar 28 00:03:23 UTC 2024
      622.3K bytes
      Cache
     
  20. plot_classifier_comparison.py

    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/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Wed Mar 27 16:42:10 UTC 2024
      4.9K bytes
      1 views
     
Back to top