Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 680 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 680 Bytes

Walk-Forward analysis using CNTK

To get the script running, you need Python. Currently I use the latest Python (Anaconda distribution) supported by CNTK - 3.5.

To install CNTK follow these instructions for Windows, or these instructions for Linux. Both contain an Anaconda section.

A few additional packages need to be installed (via conda):

  • sqlalchemy
  • numpy
  • pandas
  • psutil
  • multiprocessing

For more details, check my blog posts.