rosdyana / Going-Deeper-with-Convolutional-Neural-Network-for-Stock-Market-Prediction

Repository for Going Deeper with Convolutional Neural Network for Stock Market Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Format String F not compatible for python 3.5

tondatto opened this issue · comments

The file run_binary_preprocessing.py is using Format String F (Literal String Interpolation) that is available just 3.6+ and the project runs on 3.5.

String F replace with .format()