From 690ffef6a48af7af2ab92d95152597b72e7b7187 Mon Sep 17 00:00:00 2001 From: juanitorduz Date: Fri, 30 Jun 2023 22:25:05 +0200 Subject: [PATCH] improve docstrings --- pymc_bart/bart.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pymc_bart/bart.py b/pymc_bart/bart.py index cce1b57..a211aa2 100644 --- a/pymc_bart/bart.py +++ b/pymc_bart/bart.py @@ -93,7 +93,8 @@ class BART(Distribution): Notes ----- The parameters ``alpha`` and ``beta`` parametrize the probability that a node at depth :math:`d \: (= 0, 1, 2,...)` - is non-terminal, given by :math:`\alpha(1 + d)^{-\beta}`. The default values are :math:`\alpha = 0.95` and :math:`\beta = 2`. + is non-terminal, given by :math:`\alpha(1 + d)^{-\beta}`. + The default values are :math:`\alpha = 0.95` and :math:`\beta = 2`. """ def __new__(