Sai Revanth
Sai Revanth
Hey! I'm interested in working on this issue.
* [Huggingface]() allows direct downloads using the Hugging Face datasets library. * Kaggle supports direct downloads via the Kaggle API.
Hello @AlexCatarino, I'd like to take up this issue. Also this happens to be my first contribution to `Lean` , any pointers/leads are much appreciated. Thank you!!
Update on the issue: @fkiraly @benHeid - added the dataloader for M5 dataset #6731 - Preprocessed the dataset and added features like rolling mean, expanding mean, lags, etc. - Implemented...
> is the feature engineering fixed part of all estimators tested in the M5? If yes, we can keep it, otherwise we should make it part of a pipeline for...
Hackmd notes from the previous discussion To view, click the dropdown arrow. concat operation ### Example usage ```python= d1 = Normal(mu=[[1, 2], [3, 4]], sigma=1) # 2 x 2 d2...