Pablo Duque
Pablo Duque
Hello! I might need a bit more information, let me ask a few questions to see what is going on: - Did the optimization finished with sucess or error? -...
Can you confirm the model converged? (`rhats` in the `print_summary` are less than `1.1`) Just to rule that out first.
Apologies for the late response. Thanks for checking that! Generally that error would be (at least in this scenario) related to the constraint, in this case the budget constraint. Can...
1. No, extra features should not be media variables, it is meant to be any NON media variables (promotions, price index, ..) 2. For the optimization if we dont have...
Can you further ellaborate on this sentence: ``` Actually if i use data windowing for a specific range it is giving this error but when i take complete data this...
Could you show me the output of the following calls: ``` from lightweight_mmm import optimize_media starting_values = optimize_media._generate_starting_values( n_time_periods=n_time_periods, media=media_mix_model.media, media_scaler=media_scaler, budget=budget) ``` and ``` bounds = optimize_media._get_lower_and_upper_bounds( media=media_mix_model.media, n_time_periods=n_time_periods,...
Closing due to inactivity, feel free to re-open if there are any questions/issues left.
Hello @muuratjann ! 1. If you are using spend/cost as your media unit for all channels then your prices will always be an array of 1s. Eg if you have...
Our current bounds might be too flexible (which is something we will change soon). So maybe try reducing `bounds_lower_pct` and `bounds_upper_pct` to 0.05. But its just a guess, I need...
Closing due to inactivity, feel free to re-open if there are any questions/issues left.