Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 593 for tests (0.12 sec)

  1. PredefinedSplit — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data into train/test sets using...The entry test_fold[i] represents the index of the test set that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.PredefinedSplit.html
    Fri May 31 14:06:06 UTC 2024
      121.8K bytes
      Cache
     
  2. Slashdot: News for nerds, stuff that matters

    Apple tests over 10,000 units of each product...real-world concerns into its testing suite. 174009001 story An anonymous...
    yro.slashdot.org
    Sat Jun 01 01:15:36 UTC 2024
      156.9K bytes
      Cache
     
  3. Introducing the set_output API — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...X_train ) X_test_scaled = scaler . transform ( X_test ) X_test_scaled...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html
    Fri May 31 14:06:06 UTC 2024
      138.5K bytes
      Cache
     
  4. 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
    Fri May 31 14:06:06 UTC 2024
      112.4K bytes
      Cache
     
  5. 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 May 31 14:06:06 UTC 2024
      98.8K bytes
      Cache
     
  6. feed.xml

    if you want to test it: PUT test_index-1 GET test_index-1 Notes..._template/test1 { "order": 3, "index_patterns": [ "test-*" ], "mappings":...
    www.elastic.co/search-labs/rss/feed.xml
    Sat Jun 01 00:35:40 UTC 2024
      1.7M bytes
      1 views
     
  7. LeavePGroupsOut — scikit-learn 1.5.0 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 May 31 14:06:06 UTC 2024
      128.9K bytes
      Cache
     
  8. 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 May 31 14:06:06 UTC 2024
      10K bytes
     
  9. LeaveOneOut — scikit-learn 1.5.0 documentation

    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
    Fri May 31 14:06:07 UTC 2024
      122.4K bytes
      Cache
     
  10. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Fri May 31 14:06:06 UTC 2024
      136.9K bytes
      Cache
     
Back to top