LaurentiuStancioiu's picture
Update README.md
e470798 verified
|
raw
history blame
No virus
1.75 kB
metadata
license: odbl
task_categories:
  - tabular-regression
language:
  - en
tags:
  - climate
size_categories:
  - 100K<n<1M

Cluj Napoca Weather Dataset

A weather dataset of Cluj Napoca taken from the OpenWheather History API. It was scraped from the Open Weather Map using their Weather API. The data collected was from January 1st 2008 until May 2023 at an hourly rate. The columns are presented in the image below:

image/png

The data is licensed per OpenWeather under the odbl license.

Long Time Series Predictions

Clone the Time-Series-Library repository.

git clone https://github.com/thuml/Time-Series-Library.git

For training the model create a folder called dataset. After that you can either modify the .sh files (for me it didn't work), or run the predict.ipynb file found in the Files Folder. Alternatively, check the HuggingFace implementations for Informer, Autoformer, Vanilla Transformer, PatchTST and PatchTSMixer

Results

Without any hyperparameter tuning the results on this dataset were the following:

image/png

A description of waht I did can be found here