Code Monkey home page Code Monkey logo

timeseriesforecasting-deeplearning's People

Contributors

carranza96 avatar luisg0 avatar pedrolarben avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

timeseriesforecasting-deeplearning's Issues

Preprocessing

Dear author,after reading your paper "An Experimental Review on Deep Learning Architectures for Time Series Forecasting", I learned a lot as a beginner on dealing with time series problem with Python. Therefore, I try to download the datasets of trainNN5 presented in "train": https://www.dropbox.com/s/x29hkn72ja7e7v2/train.csv?dl=1.
But me myself feel coufused about the function of _moving_windows_preprocessing, especially :param train :param core. in preprocessing.py.

I use df to name the DataFrame of NN5 (no header) and print out the loop:
for i, ts in list(enumerate(df)):
print(i,ts)
but it shows 0 0 1 1. Sorry to bother you, I think I have a problem with the understanding of what ‘train’ should I use .
By the way, your paper was so impressive that give me insight on DeepLearning.

WAPE calculation

Dear author, I just finished reading "An Experimental Review on Deep Learning Architectures for Time Series Forecasting" and I want to reproduce some experiments in my own code with pytorch. However, I can't seem to get my metric "WAPE" to work properly, that is my "WAPE" was suspiciously low. From your code, I understand that you denormalize output from the model, as well as the labels back to raw data first. Then, you calculate "WAPE" for each outputs-and-targets vector pair (for y, o in zip(actual, predicted):) and store it in a list (res[]). Lastly, we average over the list for the final result, which is the WAPE per sample. Is this result the one reported in Table 11 of your Review? Thanks in advance.

Issues with `json.load` in `generate_data.py`

Hello!

It seems that DATASETS = json.load("../data/datasets.json") and other json.load calls in generate_data.py do not work properly. This function should take not a filename but an object.

P.S. Thank you for a nice repository!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.