A simple stock price predictor using Linear Regression.
This project is designed for learning about open source by resolving beginner-friendly issues.
This project uses Apple stock prices.
You can find the dataset here: Apple Stock Data on Kaggle
- Fork this repository.
- Clone your fork:
git clone <your-fork-url>
- Create a new branch for your changes:
git checkout -b my-feature
- Fix or enhance the code.
- Commit and push your changes:
git add . git commit -m "Describe your change" git push origin my-feature
- Open a Pull Request (PR) on GitHub.
- Install dependencies:
pip install -r requirements.txt
- Run the predictor:
python predictor.py