uday_reddy_d

Results 1 issues of uday_reddy_d

Getting Negative Values in Pre optimization predicted Target vs Post optimization predicted Target graph. ![image](https://github.com/google/lightweight_mmm/assets/29372826/9e1947da-6a21-41b8-a389-ab6ffecfbbac) Code Snippet: ``` solution, kpi_without_optim, previous_media_allocation = optimize_media.find_optimal_budgets( n_time_periods=n_time_periods, media_mix_model=mmm, extra_features=extra_features_train[:n_time_periods], budget=budget, prices=prices, media_scaler=media_scaler, target_scaler=target_scaler,...