pytorch-forecasting

 关于pytorch forecasting TFT模型

PyTorch Forecasting for Time Series Forecasting | Kaggle

https://levelup.gitconnected.com/forecasting-walmart-quarterly-revenue-pytorch-lstm-example-b4e4b20862a7

temporal fusion transformer - 知乎

Deepar - 知乎

https://aihub.cloud.google.com/u/0/p/products%2F9f39ad8d-ad81-4fd9-8238-5186d36db2ec

关于kaggle的baseline

kaggle——(时间序列)销量预测的baseline - 灰信网(软件开发博客聚合)

Kaggle M5时间序列预测比赛的发现总结 - 知乎

Kaggle Tabular Playground Series - Jan 2022 的baseline和日期特征处理_数据派THU的博客-CSDN博客 时间序列预测方法总结

https://icode.best/i/46955850883547

Corporación Favorita Grocery Sales Forecasting | Kaggle

数据挖掘 | 常用特征工程方法总结_wx6125e8704328a的技术博客_51CTO博客

数据预处理:

添加特征:

一般特征

month  week_of_year day_of_week is_weekend is_holiday() season

数据特征

一个月累计

sales_per_cat sales_per_store sales_percent_cat sales_percent_store 

sales_store_last_month sales_cat_last_month 

整型数据

normalizer

你可能感兴趣的:(数据处理,pytorch,深度学习,python)