File size: 697 Bytes
2e2cbb4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e36f9d
2e2cbb4
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "model_type": "Gradient Boosting",
  "model_filename": "superkart_best_model.joblib",
  "test_r2_score": 0.929502426809786,
  "test_rmse": 283.61794818174656,
  "test_mae": 117.61090819376497,
  "training_samples": 7010,
  "test_samples": 1753,
  "features": [
    "Product_Weight",
    "Product_Allocated_Area",
    "Product_MRP",
    "Store_Age",
    "Product_Sugar_Content",
    "Product_Type",
    "Store_Size",
    "Store_Location_City_Type",
    "Store_Type"
  ],
  "preprocessing": "pipeline_included",
  "deployment_time": "2025-08-07T18:57:15.300694",
  "model_version": "1.0.0",
  "framework_versions": {
    "scikit-learn": "1.6.1",
    "pandas": "2.2.2",
    "numpy": "2.0.2"
  }
}