Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 20 of 40 for test (0.08 sec)

  1. prism-line-numbers.css

    8em; text-align: right; }...
    fess.codelibs.org/ja/_static/assets/vendor/prismjs/plugins/line-numbers/prism-line-numbers.css
    Wed Apr 24 02:38:53 UTC 2024
      782 bytes
     
  2. prism-toolbar.css

    span:focus { color: inherit; text-decoration: none; }...
    fess.codelibs.org/_static/assets/vendor/prismjs/plugins/toolbar/prism-toolbar.css
    Wed Apr 24 02:37:23 UTC 2024
      1.5K bytes
     
  3. test.cpp

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.cpp
    Thu Apr 25 00:01:28 UTC 2024
      120 bytes
      6 views
      Similar Results (1)
     
  4. 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 Apr 25 00:01:34 UTC 2024
      136 bytes
     
  5. test.mm

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

    function foo() { var bar = "Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"; }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.js
    Thu Apr 25 00:00:31 UTC 2024
      99 bytes
      4 views
     
  7. test.html

    Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/html/test.html
    Thu Apr 25 00:01:26 UTC 2024
      181 bytes
      8 views
      Similar Results (3)
     
  8. test.zip

    data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 data/file.txt Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.zip
    Thu Apr 25 00:01:30 UTC 2024
      595 bytes
      1 views
     
  9. test.hpp

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

    test.tar data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。...
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.tar.gz
    Thu Apr 25 00:01:33 UTC 2024
      403 bytes
      1 views
     
  11. plot_multi_metric_evaluation.ipynb

    1)[0][0]\n best_score = results[\"mean_test_%s\" % scorer][best_index]\n\n...etc...)\n\nThe ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation....
    Wed Apr 24 18:54:16 UTC 2024
      4.8K bytes
     
  12. 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 Apr 24 18:54:16 UTC 2024
      4.9K bytes
      1 views
     
  13. plot_multi_metric_evaluation.py

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Wed Apr 24 18:54:20 UTC 2024
      3.6K bytes
     
  14. 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
    Wed Apr 24 18:54:16 UTC 2024
      7.7K bytes
     
  15. plot_release_highlights_1_4_0.py

    X_test, y_train, y_test = train_test_split(X_adult,...n(X_test) print(f"ROC AUC score is {roc_auc_score(y_test, y_decision)}")...
    scikit-learn.org/stable/_downloads/c15cce0dbcd8722cb5638987eff985c0/plot_release_highlights_1_4_0.py
    Tue Apr 23 17:07:45 UTC 2024
      7.7K bytes
     
  16. plot_multi_metric_evaluation.rst.txt

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Wed Apr 24 18:54:20 UTC 2024
      6.4K bytes
     
  17. plot_classifier_comparison.ipynb

    y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Wed Apr 24 18:54:16 UTC 2024
      5.8K bytes
     
  18. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      2.9K bytes
     
  19. org.seasar.dbflute.maven.plugin (DBFlute Maven ...

    provides outside-sql-test goal to run outside-sql-test. ReplaceSchemaCommand...
    dbflute.seasar.org/maven/plugin/apidocs/org/sea...
    Mon Mar 18 15:47:33 UTC 2024
      9.7K bytes
      Cache
     
  20. プロジェクトのメーリングリスト

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/ja/mail-lists.html
    Mon Mar 18 15:47:34 UTC 2024
      9.1K bytes
      Cache
     
Back to top