👉🏻 This project was a part of my Data Science Internship at Technocolabs Softwares.
git clone https://github.com/Hmati/OPTIMIZING-STOCK-TRADING-STRATEGY-WITH-REINFORCEMENT-LEARNING.git
cd OPTIMIZING-STOCK-TRADING-STRATEGY-WITH-REINFORCEMENT-LEARNINGIt’s recommended to use a virtual environment.
pip install -r requirements.txtPlace the dataset inside a data/ folder in the project:
OPTIMIZING-STOCK-TRADING-STRATEGY-WITH-REINFORCEMENT-LEARNING/
│
├── data/
│ └── all_stocks_5yr.csv
├── README.md
├── your_code.py
Or update your script like this:
import pandas as pd
df = pd.read_csv("data/all_stocks_5yr.csv")
print("Done")python your_script.pyWe welcome contributions! To contribute:
-
Fork the repository on GitHub.
-
Clone your fork:
git clone https://github.com/your-username/OPTIMIZING-STOCK-TRADING-STRATEGY-WITH-REINFORCEMENT-LEARNING.git
-
Create a branch for your changes:
git checkout -b feature/my-improvement
-
Make changes (e.g., update code, fix bugs, or improve docs).
-
Commit your changes:
git add . git commit -m "docs: improve README setup instructions"
-
Push your branch:
git push origin feature/my-improvement
-
Open a Pull Request on GitHub. 🎉
-
Data Science Internship Project Work
- Kaggle: EDA | Model | Dataset
- LinkedIn Posts: Certificate of Internship | Project Completion Letter | Letter of Recommendation
- ResearchGate
WEB APPLICATION - https://stock-trading-with-rl.herokuapp.com
👉🏻 Presented as a part of the Internship @ Technocolabs Softwares 👈🏻
```


