scorpionhiccup / StockPricePrediction

Stock Price Prediction using Machine Learning Techniques

Home Page:http://scorpionhiccup.github.io/StockPricePrediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SyntaxError: invalid syntax

Drjacky opened this issue · comments

python3 scripts/Algorithms/regression_models.py input output
  File "StockPricePrediction/scripts/Algorithms/regression_models.py", line 77
    except Exception, e:
                    ^
SyntaxError: invalid syntax

But, isn't the command like: python scripts/Algorithms/regression_models.py <input-dir> <output-dir>?

It should be
except Exception as e:

I have made a pull request. Let's see if he merges.