Upload model_metadata.json with huggingface_hub
Browse files- model_metadata.json +39 -0
model_metadata.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "XGBoost",
|
| 3 |
+
"best_params": {
|
| 4 |
+
"colsample_bytree": 1.0,
|
| 5 |
+
"learning_rate": 0.3,
|
| 6 |
+
"max_depth": 7,
|
| 7 |
+
"n_estimators": 200,
|
| 8 |
+
"subsample": 1.0
|
| 9 |
+
},
|
| 10 |
+
"metrics": {
|
| 11 |
+
"accuracy": 0.9346246973365617,
|
| 12 |
+
"precision": 0.8947368421052632,
|
| 13 |
+
"recall": 0.7484276729559748,
|
| 14 |
+
"f1_score": 0.815068493150685,
|
| 15 |
+
"roc_auc": 0.9671485012210876
|
| 16 |
+
},
|
| 17 |
+
"feature_names": [
|
| 18 |
+
"Age",
|
| 19 |
+
"TypeofContact",
|
| 20 |
+
"CityTier",
|
| 21 |
+
"DurationOfPitch",
|
| 22 |
+
"Occupation",
|
| 23 |
+
"Gender",
|
| 24 |
+
"NumberOfPersonVisiting",
|
| 25 |
+
"NumberOfFollowups",
|
| 26 |
+
"ProductPitched",
|
| 27 |
+
"PreferredPropertyStar",
|
| 28 |
+
"MaritalStatus",
|
| 29 |
+
"NumberOfTrips",
|
| 30 |
+
"Passport",
|
| 31 |
+
"PitchSatisfactionScore",
|
| 32 |
+
"OwnCar",
|
| 33 |
+
"NumberOfChildrenVisiting",
|
| 34 |
+
"Designation",
|
| 35 |
+
"MonthlyIncome",
|
| 36 |
+
"AgeGroup",
|
| 37 |
+
"IncomeGroup"
|
| 38 |
+
]
|
| 39 |
+
}
|