ihmeuw-msca / regmod

General regression models.
BSD 2-Clause "Simplified" License
5 stars 3 forks source link

Add documentations to data module #40

Closed zhengp0 closed 3 years ago

zhengp0 commented 3 years ago

Adding docstring to data module.

Data is the simplest class in the package. Eventually, this will be replaced by a subclass of a more general data class. Any comment about the docstrings is appreciated!

zhengp0 commented 3 years ago

Thanks very much @kels271828 ! This is really helpful!!