Skip to content

Commit

Permalink
Fix custom function ref
Browse files Browse the repository at this point in the history
  • Loading branch information
reidjohnson committed Sep 5, 2024
1 parent 60d9b09 commit ceb75c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user_guide/fit_predict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ The predictions of a standard random forest can also be recovered from a quantil
User-Specified Functions
~~~~~~~~~~~~~~~~~~~~~~~~

While a QRF is designed to estimate quantiles from the empirical distribution calculated for each sample, in many cases it may be useful to use the empirical distribution to calculate other quantities of interest. For more details, see :ref:`gallery_plot_custom_functions`.
While a QRF is designed to estimate quantiles from the empirical distribution calculated for each sample, in many cases it may be useful to use the empirical distribution to calculate other quantities of interest. For more details, see :ref:`gallery_plot_qrf_custom_functions`.

0 comments on commit ceb75c8

Please sign in to comment.