limebit / medmodels

MedModels is a high-speed RWE framework to apply the latest methods from scientific research to medical data.
https://www.medmodels.de
BSD 3-Clause "New" or "Revised" License
4 stars 0 forks source link

fix: linting and docstrings issues in treatment effect module #249

Open MarIniOnz opened 1 month ago

MarIniOnz commented 1 month ago

Fixing linting and dosctrings in all treatment effect files. Some rework was done in continuous.estimators.py to add hedges_g since the add_correction boolean argument was against linting conventions.

LauraBoenchenLB commented 3 weeks ago

Question: The linting error is expected because this PR only fixes the linting issues in the treatment effect module?

MarIniOnz commented 3 weeks ago

Question: The linting error is expected because this PR only fixes the linting issues in the treatment effect module?

Exactly, linting error on all but Treatment Effect module should be expected!