Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 16 for tests (0.22 sec)

  1. test.cpp

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.cpp
    Sat Apr 20 00:01:20 UTC 2024
      120 bytes
      6 views
      Similar Results (1)
     
  2. test.html

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

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

    <map version="0.7.1"> <node TEXT="Lorem ipsum. (&#12525;&#12524;&#12512;&#12539;&#12452;&#12503;&#12469;&#12512;) &#21566;&#36649;&#12399;&#29483;&#12391;&#12354;&#12427;&#12290;"> </node> </map>
    raw.githubusercontent.com/codelibs/fess-testdata/master/xml/test.mm
    Sat Apr 20 00:01:14 UTC 2024
      196 bytes
      1 views
     
  5. 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
     
  6. 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)
     
  7. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Fri Apr 19 11:49:06 UTC 2024
      118.5K bytes
      2 views
     
  8. linear_model.rst.txt

    * Medical Drug Testing: probability of curing a patient...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Fri Apr 19 11:49:07 UTC 2024
      77.9K bytes
      7 views
     
  9. 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
    Fri Apr 19 11:49:06 UTC 2024
      10K bytes
     
  10. plot_release_highlights_1_4_0.rst.txt

    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/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Fri Apr 19 11:49:07 UTC 2024
      40.9K bytes
     
Back to top