stock-market-prediction
stock-market-prediction copied to clipboard
A detailed study of four machine learning Techniques(Random-Forest, Linear Regression, Neural-Networks, Technical Indicators(Ex: RSI)) has been carried out for Google Stock Market prediction using Yah...
I receive the below error when running this line `test_dataset.add_technical_indicator(random_forest)` `Traceback (most recent call last): File "C:/Users/russi/PycharmProjects/stock-market-prediction-master/Stock Master.py", line 59, in test_dataset.add_technical_indicator(random_forest) File "C:\Users\russi\AppData\Local\Programs\Python\Python36\lib\site-packages\nowtrade\dataset.py", line 127, in add_technical_indicator technical_indicator.results(self.data_frame) File...