add_token_dollar_to_investments(vehicles_df)
Adding a token dollar to all vehicles investments in order to get optimization results for vehicles with missing invesmtents for the years 2023, 2024.
Source code in wt_ml/dataset/region_hacks/us_hacks/sponsorship_hacks.py
128 129 130 131 132 133 134 135 |
|
fix_nba_mul_sponsorship_spread(vehicles_df)
We believe that the percentage spread of spends across calendar year 2021 should be the same as it was in 2023.
Source code in wt_ml/dataset/region_hacks/us_hacks/sponsorship_hacks.py
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 |
|