Spaces:
Sleeping
Sleeping
John Guerrerio
commited on
Commit
•
d282791
1
Parent(s):
eb71e08
added overview of files
Browse files
README.md
CHANGED
@@ -11,4 +11,11 @@ pinned: false
|
|
11 |
# DALI 2024S Dev Challenge Deployment
|
12 |
### Machine Learning Track
|
13 |
|
14 |
-
Deployment of profit prediction models for the 2024S DALI Dev Challenge. I deployed the best performing Logistic Regression, SVM, and XGBoost models I generated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
# DALI 2024S Dev Challenge Deployment
|
12 |
### Machine Learning Track
|
13 |
|
14 |
+
Deployment of profit prediction models for the 2024S DALI Dev 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.
|
15 |
+
|
16 |
+
## Files:
|
17 |
+
- app.py: App file. A copy of the interface I defined in the profit prediction notebook
|
18 |
+
- Log_Reg.pkl: Serialized copy of the best-performing logistic regression model
|
19 |
+
- SVM.pkl: Serialized copy of the best-performing SVM model
|
20 |
+
- XGB.model: Serialized copy of the best-performing XGB model
|
21 |
+
- Superstore.csv: Dev challenge dataset (needed to generate Shapley values)
|