Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 511 for tests (0.09 sec)

  1. Post-tuning the decision threshold for cost-sen...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...model , X_test , y_test ), scoring [ "tpr" ]( model , X_test , y_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Tue May 28 11:51:33 UTC 2024
      227.5K bytes
      Cache
     
  2. 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
    Tue May 28 11:51:33 UTC 2024
      177K bytes
      Cache
     
  3. 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
    Tue May 28 11:51:34 UTC 2024
      121.8K bytes
      Cache
     
  4. 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
    Tue May 28 11:51:34 UTC 2024
      138.5K bytes
      Cache
     
  5. 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
    Tue May 28 11:51:33 UTC 2024
      112.4K bytes
      Cache
     
  6. MLPRegressor — scikit-learn 1.5.0 documentation

    X_test , y_train , y_test = train_test_split ( X ,...-7.1...]) >>> regr . score ( X_test , y_test ) 0.4... fit ( X , y ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html
    Tue May 28 11:51:32 UTC 2024
      156.2K bytes
      Cache
     
  7. How to easily add application monitoring in Kub...

    shown here: package test ; public class Testing implements Runnable...name : webhook - test labels : app : webhook - test spec : containers...
    www.elastic.co/observability-labs/blog/application-monitoring-kubernetes-pods
    Wed May 29 01:06:20 UTC 2024
      135.9K bytes
      Cache
     
  8. Image denoising using kernel PCA — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Tue May 28 11:51:34 UTC 2024
      102.5K bytes
      Cache
     
  9. 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
    Tue May 28 11:51:34 UTC 2024
      98.8K bytes
      Cache
     
  10. LeavePOut — scikit-learn 1.5.0 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePOut.html
    Tue May 28 11:51:34 UTC 2024
      122.5K bytes
      Cache
     
Back to top