microsoft / microsoft/FLAML

seems to be you have forecasting-with-panel-datasets bug: data leaking

Open
#1,172 0 comments 0 reactions 1 assignee Claimed by @int-chaos View on GitHub
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
565
Avg merge
5d 8m
Merged PRs (30d)
17

Description

seems to be you have forecasting-with-panel-datasets bug: data leaking
in
https://microsoft.github.io/FLAML/docs/Examples/AutoML-Time%20series%20forecast/#forecasting-with-panel-datasets

since you averaging by month
data["avg_volume_by_sku"] = data.groupby(
["time_idx", "sku"], observed=True
).volume.transform("mean")

then for example for beginning of month date values prediction you use values from end of month?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.