Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 410 for tests (0.09 sec)

  1. 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
     
  2. 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
     
  3. 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
    Tue May 28 11:51:34 UTC 2024
      128.9K bytes
      Cache
     
  4. QuadraticDiscriminantAnalysis — scikit-learn 1....

    n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Tue May 28 11:51:33 UTC 2024
      147K bytes
      Cache
     
  5. Developing scikit-learn estimators — scikit-lea...

    _skip_test (default=False) whether to skip common tests entirely....X_train , y_train ) . predict ( X_test ) Depending on the nature of...
    scikit-learn.org/stable/developers/develop.html
    Tue May 28 11:51:33 UTC 2024
      119.5K bytes
      Cache
      Similar Results (1)
     
  6. 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
    Tue May 28 11:51:33 UTC 2024
      136.9K bytes
      Cache
     
  7. 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
     
  8. 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
    Tue May 28 11:51:34 UTC 2024
      122.4K bytes
      Cache
     
  9. Post pruning decision trees with cost complexit...

    X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Tue May 28 11:51:34 UTC 2024
      102.4K bytes
      Cache
     
  10. SVC — scikit-learn 1.5.0 documentation

    n_features) or (n_samples_test, n_samples_train) For kernel=”precomputed”,...expected shape of X is (n_samples_test, n_samples_train). Returns :...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Tue May 28 11:51:32 UTC 2024
      184.5K bytes
      Cache
     
Back to top