Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 111 - 120 of 824 for tests (0.58 sec)

  1. DBFlute Example (サンプル) | DBFlute

    MySQL dbflute-test-dbms-mysql PostgreSQL dbflute-test-dbms-postgresql...Oracle dbflute-test-dbms-oracle DB2 dbflute-test-dbms-db2 SQLServer...
    dbflute.seasar.org/ja/manual/reference/example/index.html
    Mon Sep 15 10:51:18 UTC 2025
      15.2K bytes
      52 views
      Cache
     
  2. Feature discretization — scikit-learn 1.7.2 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Fri Oct 10 15:14:33 UTC 2025
      128.7K bytes
      Cache
     
  3. Face completion with a multi-output estimators ...

    randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Fri Oct 10 15:14:33 UTC 2025
      99.2K bytes
      Cache
     
  4. Examples of Using FrozenEstimator — scikit-lear...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )[:, 1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Fri Oct 10 15:14:35 UTC 2025
      100.9K bytes
      Cache
     
  5. 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 Oct 10 15:14:36 UTC 2025
      10.3K bytes
      1 views
     
  6. 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
    Fri Oct 10 15:14:35 UTC 2025
      121.6K bytes
      Cache
     
  7. LeavePGroupsOut — 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.LeavePGroupsOut.html
    Fri Oct 10 15:14:36 UTC 2025
      122.6K bytes
      Cache
     
  8. 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
    Fri Oct 10 15:14:36 UTC 2025
      127.1K bytes
      Cache
     
  9. 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
    Fri Oct 10 15:14:35 UTC 2025
      138.3K bytes
      Cache
     
  10. 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
    Fri Oct 10 15:14:36 UTC 2025
      122.5K bytes
      Cache
     
Back to top