Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 997 for test (0.07 sec)

  1. sklearn.ensemble.AdaBoostClassifier — scikit-le...

    achieving a lower test error with fewer boosting iterations....the mean accuracy on the given test data and labels. set_fit_request...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Mon Apr 15 14:09:29 UTC 2024
      74K bytes
      Cache
     
  2. sklearn.datasets.fetch_20newsgroups — scikit-le...

    test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Mon Apr 15 14:09:28 UTC 2024
      26K bytes
      Cache
     
  3. sklearn.calibration.CalibratedClassifierCV — sc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Mon Apr 15 14:09:29 UTC 2024
      64.8K bytes
      Cache
     
  4. Introducing Elastic Observability's New Synthet...

    monitoring tests Creating end-to-end synthetics monitoring tests Playwright...managed testing service, offering a global network of testing locations....
    www.elastic.co/blog/new-synthetic-monitoring-observability
    Tue Apr 16 00:39:42 UTC 2024
      609.1K bytes
      Cache
     
  5. sklearn.model_selection.StratifiedShuffleSplit ...

    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.StratifiedShuffleSplit.html
    Mon Apr 15 14:09:28 UTC 2024
      32.3K bytes
      Cache
     
  6. sklearn.dummy.DummyClassifier — scikit-learn 1....

    n_features) Test samples. Passing None as test samples gives...(X) Perform classification on test vectors X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Mon Apr 15 14:09:29 UTC 2024
      53.7K bytes
      Cache
     
  7. sklearn.model_selection.GroupShuffleSplit — sci...

    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.GroupShuffleSplit.html
    Mon Apr 15 14:09:27 UTC 2024
      39.2K bytes
      Cache
     
  8. sklearn.model_selection.RepeatedStratifiedKFold...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Mon Apr 15 14:09:27 UTC 2024
      31K bytes
      Cache
     
  9. 6.3. Preprocessing data — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Mon Apr 15 14:09:27 UTC 2024
      170.5K bytes
      Cache
     
  10. sklearn.metrics.class_likelihood_ratios — sciki...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Mon Apr 15 14:09:28 UTC 2024
      28.7K bytes
      Cache
     
Back to top