Spaces:
Sleeping
Sleeping
JohnG112358
commited on
Commit
•
a8d701d
1
Parent(s):
46f8a9f
Update README.md
Browse files
README.md
CHANGED
@@ -8,10 +8,9 @@ sdk_version: 4.27.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
-
#
|
12 |
-
### DALI 2024S - Machine Learning Track
|
13 |
|
14 |
-
Deployment of profit prediction models for the
|
15 |
|
16 |
## Files:
|
17 |
- app.py: App file. A copy of the interface I defined in the profit prediction notebook
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
+
# DALI ML Challenge Deployment
|
|
|
12 |
|
13 |
+
Deployment of profit prediction models for the DALI Machine Learning Challenge. I deployed the best performing Logistic Regression, SVM, and XGBoost models I generated. I also generate shapley values for each entry the user inputs to offer greater interpretability to model predictions.
|
14 |
|
15 |
## Files:
|
16 |
- app.py: App file. A copy of the interface I defined in the profit prediction notebook
|