Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 141 - 150 of 781 for tests (0.11 sec)

  1. sklearn.metrics.PrecisionRecallDisplay — scikit...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Thu May 16 17:15:46 UTC 2024
      59K bytes
      Cache
     
  2. Elastic Google Drive connector reference | Ente...

    Connector testing for more details. To perform E2E testing for the...more information. End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-google-drive.html
    Thu May 09 14:03:31 UTC 2024
      51.4K bytes
      Cache
     
  3. sklearn.model_selection.KFold — scikit-learn 1....

    Provides train/test indices to split data in train/test sets. Split..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Thu May 16 17:15:46 UTC 2024
      34.1K bytes
      Cache
     
  4. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Thu May 16 17:15:45 UTC 2024
      59K bytes
      Cache
     
  5. sklearn.model_selection.PredefinedSplit — sciki...

    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
    Thu May 16 17:15:46 UTC 2024
      26.6K bytes
      Cache
     
  6. Statistical comparison of models using grid sea...

    "rank_test_score" , "mean_test_score" , "std_test_score" ]]...params rank_test_score mean_test_score std_test_score kernel...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html
    Thu May 16 17:15:45 UTC 2024
      115.7K bytes
      Cache
     
  7. 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
    Thu May 16 17:15:46 UTC 2024
      77K bytes
      Cache
     
  8. 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
     
  9. 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
     
  10. 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
     
Back to top