-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a penalty factor during initial model build will not allow for a model refresh #543
Comments
Correction on description to be able to replicate this bug: initial model runs OK, but when refreshing with |
Ok, I've just pushed a fix. Given it's an experimental feature, it's expected to suffer some changes such as these: now the names of the hyperparameters for penalization ends (not starts anymore) with "_penalty" to keep the same format as the other hyperparameters (and show up in the prints nicely like attached image). If you can please update to latest dev version, recreate your original model, export JSON file and run |
@laresbernardo Rebuild of the model using the penalty parameter refreshed correctly. Thanks for the fix! Also, I like the pareto front progress bar! |
Thanks, glad you found it useful. And thanks for checking back, I'll close this thread but feel free to reopen it if you get any further issues or comments. |
Project Robyn
Describe issue
Setting the experimental parameter 'add_penalty_factor = TRUE' during the initial model build will not allow the 'check_hyper_fixed()' function to pass, resulting in the following error:
Robyn Open Source MMM Users Post
Link
Environment & Robyn version
Make sure you're using the latest Robyn version before you post an issue.
The text was updated successfully, but these errors were encountered: