.gitignore
README.md
setup.py
docs/.nojekyll
docs/FE.html
docs/genindex.html
docs/getData.html
docs/index.html
docs/installation.html
docs/model.html
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/_sources/FE.rst.txt
docs/_sources/getData.rst.txt
docs/_sources/index.rst.txt
docs/_sources/installation.rst.txt
docs/_sources/model.rst.txt
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery-3.4.1.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore-1.3.1.js
docs/_static/underscore.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/fonts/Inconsolata-Bold.ttf
docs/_static/fonts/Inconsolata-Regular.ttf
docs/_static/fonts/Inconsolata.ttf
docs/_static/fonts/Lato-Bold.ttf
docs/_static/fonts/Lato-Regular.ttf
docs/_static/fonts/RobotoSlab-Bold.ttf
docs/_static/fonts/RobotoSlab-Regular.ttf
docs/_static/fonts/fontawesome-webfont.eot
docs/_static/fonts/fontawesome-webfont.svg
docs/_static/fonts/fontawesome-webfont.ttf
docs/_static/fonts/fontawesome-webfont.woff
docs/_static/fonts/fontawesome-webfont.woff2
docs/_static/fonts/Lato/lato-bold.eot
docs/_static/fonts/Lato/lato-bold.ttf
docs/_static/fonts/Lato/lato-bold.woff
docs/_static/fonts/Lato/lato-bold.woff2
docs/_static/fonts/Lato/lato-bolditalic.eot
docs/_static/fonts/Lato/lato-bolditalic.ttf
docs/_static/fonts/Lato/lato-bolditalic.woff
docs/_static/fonts/Lato/lato-bolditalic.woff2
docs/_static/fonts/Lato/lato-italic.eot
docs/_static/fonts/Lato/lato-italic.ttf
docs/_static/fonts/Lato/lato-italic.woff
docs/_static/fonts/Lato/lato-italic.woff2
docs/_static/fonts/Lato/lato-regular.eot
docs/_static/fonts/Lato/lato-regular.ttf
docs/_static/fonts/Lato/lato-regular.woff
docs/_static/fonts/Lato/lato-regular.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
docs/_static/js/modernizr.min.js
docs/_static/js/theme.js
docs_test/Makefile
docs_test/make.bat
docs_test/source/FE.rst
docs_test/source/conf.py
docs_test/source/getData.rst
docs_test/source/index.rst
docs_test/source/installation.rst
docs_test/source/model.rst
nextstep/GridSearch.py
nextstep/__init__.py
nextstep/feature_engineering.py
nextstep/feature_selection.py
nextstep.egg-info/PKG-INFO
nextstep.egg-info/SOURCES.txt
nextstep.egg-info/dependency_links.txt
nextstep.egg-info/requires.txt
nextstep.egg-info/top_level.txt
nextstep/getData/__init__.py
nextstep/getData/oil.py
nextstep/getData/weather.py
nextstep/model/GridSearch.py
nextstep/model/XGboost.py
nextstep/model/__init__.py
nextstep/model/adaboost.py
nextstep/model/arima.py
nextstep/model/base_model.py
nextstep/model/lstm.py
nextstep/model/random_forest.py
nextstep/model/sarima.py
test/test