Replace print-results with verbose #129
Labels
Causal inference
Updates for the causal inference branch
Docs
Updates to the docs / print functions
Intermediate
Issues/additions that will be completed relatively soon
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 toTrue
would print all available parametric model fitting info (maybe some additional information as well depending on the estimator). Argument would default toFalse
.This would make it easier than controlling each
print_results
flag and would allow for the printing of additional information to the console.The text was updated successfully, but these errors were encountered: