From 35f0e9c73f1aba4286e62841d0904c2d29d69f1f Mon Sep 17 00:00:00 2001 From: Haoyin Xu Date: Tue, 10 Oct 2023 11:24:27 -0400 Subject: [PATCH] DOC update format --- examples/plot_might_auc.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/plot_might_auc.py b/examples/plot_might_auc.py index 27161fdc1..101ad5b7f 100644 --- a/examples/plot_might_auc.py +++ b/examples/plot_might_auc.py @@ -122,6 +122,9 @@ # Extract the results from the model variables anytime. You can save the model with ``pickle``. # # ASH-90 / Partial AUC: ``est.observe_stat_`` +# # Observed Samples: ``est.observe_samples_`` +# # Tree Posteriors for the positive class: ``est.observe_posteriors_`` (n_trees, n_samples_test, 1) +# # True Labels: ``est.y_true_final_``