Skip to content

Getting coefficients/weights of added additional regressors #1162

Discussion options

You must be logged in to vote

Hi @PranavGuptInd,
you can access the weights of regressors through the internal API m.model.get_covar_weights(name).

for name in m.config_regressors.keys():
    print(name, m.model.get_covar_weights(name))

Note: The name for the config_regressors might change in the future to config_future_regressors to be more precise.

Hope this helps and let us know if you have any other questions :)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@PranavGuptInd
Comment options

Answer selected by Kevin-Chen0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants