Open thecoltster1 opened 3 years ago
You should use Jupyter Notebook and place the Stocker module in the same dir where ur notebook is.
I did that, and I get: ImportError Traceback (most recent call last)
I think you are referring to the Stocker package which helps in Stock Price Prediction.
The Stocker package gets placed into the stocker directory. On the Stocker github it mentions how you should open a document in Jupyter Notebook from the stocker directory. Check if your stocker directory is in a hidden appdata folder, currently make the folder unhidden to try using Stocker.
1) Ensure the stocker library is installed: You can install the stocker library using pip if you haven't already. 2) Use an alternative library: If stocker is no longer maintained or has issues, consider using an alternative library for stock data analysis, such as yfinance or pandas_datareader.
Getting this message:
This is my code: `import tensorflow from stocker import Stocker
amazon = Stocker('AMZN')`
Not sure what to do here?