scorpionhiccup / StockPricePrediction

Stock Price Prediction using Machine Learning Techniques
http://scorpionhiccup.github.io/StockPricePrediction
MIT License
1.29k stars 416 forks source link

SyntaxError: invalid syntax #11

Open Drjacky opened 2 years ago

Drjacky commented 2 years ago
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>?

AlphaVS-76 commented 2 years ago

It should be except Exception as e:

imsoumya18 commented 1 year ago

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