You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to know what your average returns on investment are! What was your probability of correctly predicting the direction a stock would move?
The text was updated successfully, but these errors were encountered:
Hi,
The Stock Predictor concept is really nice.
However I get an Access denied error when I try to execute main.py.
Error:
File "main.py", line 140, in
for tweet in stream:
File "/home/tonmoy/Desktop/myapp/Stock-Predictor/src/tweetstream/streamclasses.py", line 165, in iter
self._init_conn()
File "/home/tonmoy/Desktop/myapp/Stock-Predictor/src/tweetstream/streamclasses.py", line 103, in _init_conn
raise AuthenticationError("Access denied")
tweetstream.AuthenticationError: Access denied
What are the steps needed to be followed for successfully executing the Stock Predictor?
It would be interesting to know what your average returns on investment are! What was your probability of correctly predicting the direction a stock would move?
The text was updated successfully, but these errors were encountered: