Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 884 for test (0.13 sec)

  1. 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
    Wed Mar 27 16:42:11 UTC 2024
      39.2K bytes
      Cache
     
  2. 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
    Wed Mar 27 16:42:11 UTC 2024
      31K bytes
      Cache
     
  3. 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
    Wed Mar 27 16:42:10 UTC 2024
      28.7K bytes
      Cache
     
  4. sklearn.covariance.EllipticEnvelope — scikit-le...

    the mean accuracy on the given test data and labels. score_samples...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html
    Wed Mar 27 16:42:11 UTC 2024
      66.3K bytes
      Cache
     
  5. sklearn.model_selection.GroupKFold — scikit-lea...

    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.GroupKFold.html
    Wed Mar 27 16:42:11 UTC 2024
      36.8K bytes
      Cache
     
  6. sklearn.naive_bayes.ComplementNB — scikit-learn...

    classification on an array of test vectors X. predict_joint_log_proba...probability estimates for the test vector X. predict_log_proba...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Wed Mar 27 16:42:10 UTC 2024
      67.8K bytes
      Cache
     
  7. sklearn.model_selection.cross_validate — scikit...

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Wed Mar 27 16:42:11 UTC 2024
      43.1K bytes
      Cache
     
  8. sklearn.model_selection.validation_curve — scik...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed Mar 27 16:42:10 UTC 2024
      28.2K bytes
      Cache
     
  9. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Wed Mar 27 16:42:11 UTC 2024
      118.5K bytes
      2 views
     
  10. sklearn.ensemble.GradientBoostingClassifier — s...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Wed Mar 27 16:42:10 UTC 2024
      96.5K bytes
      Cache
     
Back to top