Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 571 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 571 Bytes

The DFT_25 project RWKV model update to RWKV_V7 For Power Energy Series Forecasting

git clone https://github.com/SJTU-Quant/qlib.git
cd qlib
pip install rwkv-fla
pip install .

Since the dataset is too large, we uploaded a test sub-dataset and a model parameter. You can directly run python test_model_DFT.py to get the test results.

Origin project paper DFT: A Dual-branch Framework of Fluctuation and Trend for Stock Price Prediction[https://arxiv.org/abs/2411.06065]

Origin project git repository [https://github.com/cq-dong/DFT_25]