ochsncon commited on
Commit
fe97b7e
·
verified ·
1 Parent(s): c5e2018

Delete models/model_metadata.json

Browse files
Files changed (1) hide show
  1. models/model_metadata.json +0 -65
models/model_metadata.json DELETED
@@ -1,65 +0,0 @@
1
- {
2
- "created_at": "2026-06-07T09:24:54.688827+00:00",
3
- "data_source": "/Users/constantinochsner/car-purchase-advisor/data/raw/CarsDatasets2025.csv",
4
- "model_name": "RandomForestRegressor",
5
- "metrics": {
6
- "LinearRegression": {
7
- "mae": 23223.103858242743,
8
- "rmse": 43507.29747695434,
9
- "r2": 0.5830784228486372
10
- },
11
- "RandomForestRegressor": {
12
- "mae": 10037.75425154734,
13
- "rmse": 17295.66415738237,
14
- "r2": 0.9341122548969982
15
- },
16
- "GradientBoostingRegressor": {
17
- "mae": 13518.524286389193,
18
- "rmse": 22610.112670996044,
19
- "r2": 0.8874007207705841
20
- }
21
- },
22
- "best_metrics": {
23
- "mae": 10037.75425154734,
24
- "rmse": 17295.66415738237,
25
- "r2": 0.9341122548969982
26
- },
27
- "n_train": 940,
28
- "n_test": 235,
29
- "training_columns": [
30
- "make_model",
31
- "body_type",
32
- "km",
33
- "age",
34
- "hp_kW",
35
- "Fuel",
36
- "Gearing_Type",
37
- "Displacement_cc",
38
- "Weight_kg",
39
- "Drive_chain",
40
- "cons_comb",
41
- "Previous_Owners",
42
- "Inspection_new",
43
- "equipment_count",
44
- "mileage_per_year"
45
- ],
46
- "numeric_features": [
47
- "km",
48
- "age",
49
- "hp_kW",
50
- "Displacement_cc",
51
- "Weight_kg",
52
- "cons_comb",
53
- "Previous_Owners",
54
- "equipment_count",
55
- "mileage_per_year"
56
- ],
57
- "categorical_features": [
58
- "make_model",
59
- "body_type",
60
- "Fuel",
61
- "Gearing_Type",
62
- "Drive_chain",
63
- "Inspection_new"
64
- ]
65
- }