-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
#232 introduced better docstrings which include mathematical specifications of the models, like this:
In an ideal world we could pimp these maths blocks, e.g.
- get the equations aligned on the
$\sim$ or$=$ - use greek symbols such as
$\beta, \sigma, \mu$ etc - get operators to be formatted properly, e.g.
\mathrm{Normal}
We could optionally add in the model math for the WeightedProportion
model:
CausalPy/causalpy/skl_models.py
Line 15 in 234a0cd
class WeightedProportion(LinearModel, RegressorMixin): |
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed