Replies: 2 comments
-
extra_features should be in jnp.ndarray for fit. Maybe check if your extra_features are in the right format? lightweight_mmm/lightweight_mmm/utils.py Line 195 in 8152c43 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've tried doing that with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm trying to add temperature averages as extra_features in my MMM model, however when I fit the model it returns an error that says 'tuple index out of range'. My extra_features set contains two dataframe columns (with float point values) and I've saved my extra_features variable to be a list containing said columns, but when I try to fit a model with the scaled version of extra_features, it tells me the tuple index is out of range.
Anyone know a fix to this?
Beta Was this translation helpful? Give feedback.
All reactions