https://github.com/kantuni/ml4t
CS7646: Machine Learning for Trading
https://github.com/kantuni/ml4t
Last synced: about 2 months ago
JSON representation
CS7646: Machine Learning for Trading
- Host: GitHub
- URL: https://github.com/kantuni/ml4t
- Owner: kantuni
- Created: 2022-06-03T22:47:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T03:00:55.000Z (almost 3 years ago)
- Last Synced: 2025-01-18T07:44:27.298Z (3 months ago)
- Language: Python
- Homepage: https://lucylabs.gatech.edu/ml4t/
- Size: 39.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning for Trading
Install dependencies
```bash
poetry install
```Run script
```bash
poetry run python src/lessons/lesson_{x}.py
```