Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 514 for tests (0.09 sec)

  1. 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
    Fri May 17 16:55:52 UTC 2024
      26.6K bytes
      Cache
     
  2. Receiver Operating Characteristic (ROC) with cr...

    X [ test ], y [ test ], name = f "ROC fold..., 6 )) for fold , ( train , test ) in enumerate ( cv . split...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html
    Fri May 17 16:55:53 UTC 2024
      37.9K bytes
      Cache
     
  3. Out-of-core classification of text documents — ...

    - tick test_stats [ "n_test" ] += len ( y_test ) test_stats [...%(n_test)6d test docs ( %(n_test_pos)6d positive) " % test_stats...
    scikit-learn.org/stable/auto_examples/applications/plot_out_of_core_classification.html
    Fri May 17 16:55:51 UTC 2024
      98.4K bytes
      Cache
     
  4. 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
    Fri May 17 16:55:53 UTC 2024
      115.7K bytes
      Cache
     
  5. Elastic Cloud Feature Matrix | Elastic

    Monitors Managed Test Execution Service 12 Private Testing Locations...Monitors Managed Test Execution Service 12 Private Testing Locations...
    www.elastic.co/subscriptions/cloud
    Sat May 18 01:06:30 UTC 2024
      1M bytes
      2 views
      Cache
     
  6. 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 17 16:55:51 UTC 2024
      77K bytes
      Cache
     
  7. Tweedie regression on insurance claims — scikit...

    ( "test" , X_test , df_test ), ]: y , _weights...train_test_split df_train , df_test , X_train , X_test = train_test_split...
    scikit-learn.org/stable/auto_examples/linear_model/plot_tweedie_regression_insurance_claims.html
    Fri May 17 16:55:52 UTC 2024
      118K 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
    Fri May 17 16:55:53 UTC 2024
      50K bytes
      Cache
     
  9. Gradient Boosting regression — scikit-learn 1.4...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Fri May 17 16:55:52 UTC 2024
      44.6K bytes
      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
    Fri May 17 16:55:53 UTC 2024
      36.4K bytes
      Cache
     
Back to top