Skip to content

davidglt/RNNvsHoltWinters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RNNvsHoltWinters

Is RNN better than traditional Holt Winters algorithm?

Preparing the python environment

  • Install cPython 3.8.5 from https://www.python.org/

  • Download the project:
    git clone https://github.com/davidglt/RNNvsHoltWinters.git

  • The Python requirements were exported with:
    pip freeze > requirements.txt

  • Import it in your environment with:
    $ python3 -m venv <env_name>
    $ source path/to/<env_name>/bin/activate
    (<env_name>)$ pip install -r path/to/requirements.txt

  • Run jupyter-notebook included and enjoy it!

References

Authors

License

This project is licensed under the GPLv3 License - see the LICENSE file for details

Acknowledgments

  • Thanks to all Kaizten people in special to:
    Christopher Exposito

About

RNNvsHoltWinters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published