Make var_names
accessible in model.fit()
#828
Labels
enhancement
good first issue
If you want to contribute but are not sure where to get started, this issue is for you!
In PyMC,
pm.Sample()
has avar_names
parameter which allows the users to specify the variable names to be included inInferenceData
. In Bambi, it seems that_run_mcmc()
will override this argument when callingpm.sample()
, leaving the users with no option to specify the variables that they want to include in theInferenceData
. Maybevar_names
can be added tomodel.fit()
to make it possible to pass the user's ownvar_names
?The text was updated successfully, but these errors were encountered: