I've developed model that depends on numerical value of era. My problem is that in live data era is equal to 'X'.
- Is this because training and validation are updated weekly, but live data is updated weekly ?
- If last era in current validation data is e.g. 500, then era in live data is 505 (validation data for last era has targets from era 504 - 4 weeks in advance)? Or there is a bigger gap?
- Last question: if era can't be provided in live data but could be calculated by some method like in point 2, then how to incorporate it with pickle upload? As far I understood pickle function has only acess to live data.