pzivich / zEpid

Epidemiology analysis package

Home Page:http://zepid.readthedocs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace print-results with verbose

pzivich opened this issue · comments

Currently, many arguments have a print_results optional argument which will provide statsmodels output for fit parametric models. Instead of this, I should replace with a new argument in _init_().

The new argument would be verbose, which when set to True would print all available parametric model fitting info (maybe some additional information as well depending on the estimator). Argument would default to False.

This would make it easier than controlling each print_results flag and would allow for the printing of additional information to the console.

StochasticTMLE which will be released in v0.8.3 follows the new verbose setup. All newly implemented estimators will follow this structure. For the release of v1.0.0, all other estimators will make the switch to the new verbose argument