sebastiangv commited on
Commit
295c3a0
·
verified ·
1 Parent(s): ff223d3

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. model.joblib +2 -2
  2. model.json +13 -13
model.joblib CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3d66d4642a5bff8b627f812658a10d3236f48138ea3c79f8e667d53ebcdd7cf
3
- size 16119091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e385ff22b7febe92922eafbd2f23fc4fe2d69d3909ea0061a0194ee71cfeb1f
3
+ size 231232067
model.json CHANGED
@@ -2,23 +2,23 @@
2
  "model_class": "RandomForestRegressor",
3
  "model_params": {
4
  "n_estimators": 600,
5
- "max_depth": 8,
6
- "max_features": null,
7
  "min_samples_split": 2,
8
- "min_samples_leaf": 4
9
  },
10
  "train_metrics": {
11
- "Train RMSE": 272.73988338132943,
12
- "Train MAE": 122.4478350515677,
13
- "Train R-squared": 0.934430359004804,
14
- "Train Adj. R-squared": 0.9343014694317255,
15
- "Train MAPE": 0.0421253574616465
16
  },
17
  "test_metrics": {
18
- "Test RMSE": 302.3567983964201,
19
- "Test MAE": 142.4964184837592,
20
- "Test R-squared": 0.9198790257611633,
21
- "Test Adj. R-squared": 0.9193728047866503,
22
- "Test MAPE": 0.04988206097561451
23
  }
24
  }
 
2
  "model_class": "RandomForestRegressor",
3
  "model_params": {
4
  "n_estimators": 600,
5
+ "max_depth": 15,
6
+ "max_features": "log2",
7
  "min_samples_split": 2,
8
+ "min_samples_leaf": 1
9
  },
10
  "train_metrics": {
11
+ "Train RMSE": 127.86514071930398,
12
+ "Train MAE": 57.94370922148187,
13
+ "Train R-squared": 0.9855884787400796,
14
+ "Train Adj. R-squared": 0.9855601501600476,
15
+ "Train MAPE": 0.021969220468780883
16
  },
17
  "test_metrics": {
18
+ "Test RMSE": 292.474737453539,
19
+ "Test MAE": 150.63160594110053,
20
+ "Test R-squared": 0.9250306984044901,
21
+ "Test Adj. R-squared": 0.9245570267689068,
22
+ "Test MAPE": 0.05718030542011318
23
  }
24
  }