koyelog commited on
Commit
369d802
·
verified ·
1 Parent(s): b37f87d

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. all_models.pkl +3 -0
  2. encoders.pkl +3 -0
  3. model_info.json +22 -0
  4. price_model.pkl +3 -0
all_models.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a57d5047cc8d2fbfdaa5aa36a6726f6d96470f34c48a951b7ed7b273fa2f8e
3
+ size 339135264
encoders.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1cf402ec52c1a0f3d2677be57012d03d8f57a45eb05aa258142f148d838a75d
3
+ size 747
model_info.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_model": "random_forest",
3
+ "random_forest_mae": 1420.1688732560247,
4
+ "gradient_boosting_mae": 1746.272274662939,
5
+ "xgboost_mae": 1782.315185546875,
6
+ "ensemble_mae": 1604.3533607665777,
7
+ "random_forest_r2": 0.9814741638998944,
8
+ "gradient_boosting_r2": 0.9791928282702506,
9
+ "xgboost_r2": 0.9783677458763123,
10
+ "ensemble_r2": 0.9811300730396426,
11
+ "features": [
12
+ "airline_encoded",
13
+ "source_encoded",
14
+ "dest_encoded",
15
+ "stops",
16
+ "days_left",
17
+ "duration",
18
+ "class_encoded"
19
+ ],
20
+ "training_samples": 240122,
21
+ "test_samples": 60031
22
+ }
price_model.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13eaacd77bb8c9902cfe276482090f56ba0a67ca8519f8f06e2246e1274229a4
3
+ size 321025895