TFB icon indicating copy to clipboard operation
TFB copied to clipboard

TFB: Towards Comprehensive and Fair Benchmarking of Time Series Forecasting Methods (PVLDB 2024) https://arxiv.org/pdf/2403.20150.pdf

Results 17 TFB issues
Sort by recently updated
recently updated
newest added

Hi.. Please, can you add new metric Mean Directional Accuracy? In financial prediction like Exchange rate (Forex), predicting the direction (up/down) is more important than MSE. Because if the investor...

The paper mentions using traditional machine learning methods, such as LR (Logistic Regression) and RF (Random Forest). How did you extract the features for these methods?

The paper introduced the M3 and M4 datasets, but did not consider the M5 dataset. What is the reason for this consideration.

Hello,Thank you for your open source work!When I followed the instructions to process my own dataset, and I'm using the git bash terminal in pycharm,I get the following error: So...

Hello, I'd like to check if my data has strong correlations. How can I run this using your code block?

In your examples, both multivariable and univariable, what should I do with the data? All I can think of so far is to add a linear layer after calling the...

Hi, I tried the script of the model Crossformer on the PEMS dataset, but the results I got are so different (considerable drops) compared with those reported in the paper,...

Hi again ! From the csv generated following your 'steps_to_get_predict_and_actual_data.md' file, how do you manage to plot the predictions ? Do you have some chunk of codes I could reuse...

If I directly run the last line of code in the.sh file in the pycharm terminal.Such as python ./scripts/run_benchmark.py --config-path "rolling_forecast_config.json" --data-name-list "ETTh1.csv" --strategy-args '{"horizon": 720}' --model-name "time_series_library.DLinear" --model-hyper-params '{"batch_size":...

![Image](https://github.com/user-attachments/assets/b06d3d2c-f04b-4138-9882-bf1b406edb74) Hello! Do you have the statistics of univariate datasets by domain? In the paper and on the website, I can only find them by frequency, but not by domain...