Replies: 5 comments 18 replies
-
When I previously tried the following configuration with fewer draws and a shorter tuning phase: mmm.fit(X_train, y_train, target_accept=0.95, chains=4, draws=1000, tune=500) I received the following warning message: WARNING:pymc.stats.convergence:Chain 0 reached the maximum tree depth.
Increase `max_treedepth`, increase `target_accept` or reparameterize. Do you think this warning might be related to the issue I'm facing with the indefinite runtime? Could this indicate a problem with the priors or model configuration that’s causing sampling difficulties? |
Beta Was this translation helpful? Give feedback.
-
Can you share the pymc marketing, pymc version as well as how you installed and your machine |
Beta Was this translation helpful? Give feedback.
-
How does it do with the default priors? Are you changing the MMM configurations in any other way? |
Beta Was this translation helpful? Give feedback.
-
Can you show us the graphviz output? |
Beta Was this translation helpful? Give feedback.
-
Can you provide some information about your data, number of rows, numer of channels, number of controls, etc |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m encountering an issue where the
mmm.fit
method seems to run indefinitely and does not complete. Here’s the call I’m using:Problem Details
Question
Has anyone else encountered this behavior? If so, are there any debugging steps or fixes I could try? Any insights into what might be causing the infinite runtime would be greatly appreciated.
PS: My config for reference
Beta Was this translation helpful? Give feedback.
All reactions