zEpid icon indicating copy to clipboard operation
zEpid copied to clipboard

Replace print-results with verbose

Open pzivich opened this issue 4 years ago • 1 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.

pzivich avatar Nov 05 '19 17:11 pzivich

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

pzivich avatar Jan 09 '20 15:01 pzivich