Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 551 for tests (0.1 sec)

  1. Faces recognition example using eigenfaces and ...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/auto_examples/applications/plot_face_recognition.html
    Thu May 16 17:15:45 UTC 2024
      50K bytes
      Cache
     
  2. 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/...
    Mon Mar 18 15:47:33 UTC 2024
      15.2K bytes
      12 views
      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
    Thu May 16 17:15:45 UTC 2024
      36.4K bytes
      Cache
     
  4. Putting it all together — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Wed May 15 13:59:41 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  5. sklearn.tree.ExtraTreeRegressor — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Thu May 16 17:15:47 UTC 2024
      83.6K bytes
      Cache
     
  6. sklearn.covariance.ShrunkCovariance — scikit-le...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Thu May 16 17:15:47 UTC 2024
      49.2K bytes
      Cache
     
  7. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Thu May 16 17:15:45 UTC 2024
      33.6K bytes
      Cache
     
  8. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Thu May 16 17:15:45 UTC 2024
      92K bytes
      Cache
     
  9. sklearn.model_selection.LeavePGroupsOut — sciki...

    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
    Thu May 16 17:15:46 UTC 2024
      34.1K bytes
      Cache
     
  10. sklearn.model_selection.LeaveOneOut — scikit-le...

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Thu May 16 17:15:46 UTC 2024
      27.1K bytes
      Cache
     
Back to top