Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Aug 8, 2024
1 parent 083c14c commit 897845e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/calibration/plot_honest_tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
# dataset into two parts: the training set and the validation set. The training
# set is used to build the tree, while the validation set is used to fit the
# leaf nodes for posterior prediction. This results in calibrated posteriors
# (see :ref:`sphx_glr_auto_examples_calibration_plot_overlapping_gaussians`).
# (see :ref:`sphx_glr_auto_examples_calibration_plot_overlapping_gaussians.py`).
#
# Compared to the ``honest_prior='apply'`` method, the ``honest_prior='prune'``
# method builds a tree that will not contain empty leaves, and also leverages
Expand Down

0 comments on commit 897845e

Please sign in to comment.