erikjacobs commited on
Commit
2e2cbb4
·
verified ·
1 Parent(s): 7d2cda3

Upload model_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata.json +28 -0
model_metadata.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "Gradient Boosting",
3
+ "model_filename": "superkart_best_model.joblib",
4
+ "test_r2_score": 0.929502426809786,
5
+ "test_rmse": 283.61794818174656,
6
+ "test_mae": 117.61090819376497,
7
+ "training_samples": 7010,
8
+ "test_samples": 1753,
9
+ "features": [
10
+ "Product_Weight",
11
+ "Product_Allocated_Area",
12
+ "Product_MRP",
13
+ "Store_Age",
14
+ "Product_Sugar_Content",
15
+ "Product_Type",
16
+ "Store_Size",
17
+ "Store_Location_City_Type",
18
+ "Store_Type"
19
+ ],
20
+ "preprocessing": "pipeline_included",
21
+ "deployment_time": "2025-08-07T01:08:51.411491",
22
+ "model_version": "1.0.0",
23
+ "framework_versions": {
24
+ "scikit-learn": "1.6.1",
25
+ "pandas": "2.2.2",
26
+ "numpy": "2.0.2"
27
+ }
28
+ }