-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# AutoML | ||
|
||
Data Science & Risk Management project using various baseball data sources to predict game outcomes and make informed sports bets. Predictions are generated using statistical models in a two-tiered approach - one at the game level, and another using a Discrete Event Simulator. The predictions are then compared against market odds to identify games with the highest potential ROI from placing bets. This is assessed across all games in a given time period, and bets are placed strategically in order to minimize downside risk while still realizing significant profits. | ||
- **Skills**: Statistical Modeling, Prediction, Risk Management, Problem Solving, Event Simulation | ||
- **Technology**: Python, XG Boost (Gradient Boosted Decision Tree) Model, Neural Network | ||
Automated machine learning web application, for no-code autoML functionality. | ||
|
||
***Notes**: | ||
- This repo only contains a subset of the entire code in this project | ||
- This project is a work in progress | ||
|
||
- **Skills**: Machine Learning, Risk Management, Problem Solving, Project Management, Full Stack Web Dev | ||
- **Technology**: NextJS (frontend), FastAPI (backend), Postgres + Redis + MongoDB + MinIO (databases), Kubeflow + ML Flow (ML infra), Docker + Kubernetes + Terraform (infra), Elasticsearch + Grafana + Prometheus + Filebeat (monitoring) |