Open
Description
Description
Similar to how fill_gaps
adds missing time stamps, providing a utility function to fill missing values would be nice to have as well.
Use case
After a user has used fill_gaps
, there are missing target values that need to be filled, else models like TimeGPT will not work. Adding this utility will help users so they do not have to repeat boilerplate code. It will also improve the UX.