0408happyfeet commited on
Commit
a281f43
·
verified ·
1 Parent(s): eb92535

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -48,22 +48,22 @@ model-index:
48
 
49
  ## Best Model
50
 
51
- - Overall: `CatBoost/T10`
52
- - Best base model: `CatBoost/T10`
53
 
54
  ## Hyperparameters
55
 
56
- **Best overall (leaf)**: `CatBoost/T10` (CatBoostModel)
57
 
58
  ```json
59
  {
60
  "iterations": 10000,
61
- "learning_rate": 0.09595709169024079,
62
  "random_seed": 0,
63
  "allow_writing_files": false,
64
  "eval_metric": "Accuracy",
65
  "depth": 7,
66
- "l2_leaf_reg": 2.894432181094842
67
  }
68
  ```
69
 
@@ -126,11 +126,11 @@ AutoGluon Tabular defaults (type inference, category handling, missing-value pro
126
  - HPO: `hyperparameter_tune_kwargs='auto'` (AutoGluon scheduler/strategy).
127
  - Budget: `time_limit=1200` seconds.
128
  - Seed: **42**.
129
- - Compute: Google Colab runtime (fill in CPU/GPU details below).
130
- - Wall-clock: (fill in from your run).
131
 
132
  ## Hyperparameters & search space
133
- - Best model: **CatBoost/T10** (CatBoostModel).
134
  - Search space: AutoGluon defaults under `best_quality` with automatic HPO.
135
 
136
  ## Metrics (original split)
@@ -152,10 +152,9 @@ Units: fraction (0–1), where 1.0 = 100%.
152
 
153
  ## Hardware & compute budget
154
  - HPO budget: 1200s.
155
- - Runtime hardware: (CPU/GPU; RAM).
156
- - Training wall‑clock: (fill in).
157
- - Peak memory: (optional).
158
-
159
  ## AI usage disclosure
160
  - AutoML & HPO performed by **AutoGluon**.
161
  - Some documentation/code scaffolding assisted by generative AI (ChatGPT); human‑reviewed.
 
48
 
49
  ## Best Model
50
 
51
+ - Overall: `CatBoost/T18`
52
+ - Best base model: `CatBoost/T18`
53
 
54
  ## Hyperparameters
55
 
56
+ **Best overall (leaf)**: `CatBoost/T18` (CatBoostModel)
57
 
58
  ```json
59
  {
60
  "iterations": 10000,
61
+ "learning_rate": 0.13950397023933195,
62
  "random_seed": 0,
63
  "allow_writing_files": false,
64
  "eval_metric": "Accuracy",
65
  "depth": 7,
66
+ "l2_leaf_reg": 3.4522538315365296
67
  }
68
  ```
69
 
 
126
  - HPO: `hyperparameter_tune_kwargs='auto'` (AutoGluon scheduler/strategy).
127
  - Budget: `time_limit=1200` seconds.
128
  - Seed: **42**.
129
+ - Compute: Google Colab, Tesla T4 GPU; RAM ~12.7 GB.
130
+ - Wall-clock: unknown.
131
 
132
  ## Hyperparameters & search space
133
+ - Best model: **CatBoost/T18** (CatBoostModel).
134
  - Search space: AutoGluon defaults under `best_quality` with automatic HPO.
135
 
136
  ## Metrics (original split)
 
152
 
153
  ## Hardware & compute budget
154
  - HPO budget: 1200s.
155
+ - Runtime hardware: Google Colab; GPU Tesla T4 (15 GB VRAM); CPU x86_64 (2 vCPU); RAM ~12.7 GB.
156
+ - Training wall‑clock: unknown.
157
+ - Peak memory: ~650.0 MB.
 
158
  ## AI usage disclosure
159
  - AutoML & HPO performed by **AutoGluon**.
160
  - Some documentation/code scaffolding assisted by generative AI (ChatGPT); human‑reviewed.
autogluon_predictor.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:63d43fdd59ac559e6a107f11719fa4b87ba19d86a4ba94c97bd833a36ab7034f
3
- size 81373
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac9d1dd151dc6062adfa4b0ae60e91025426427a3f24a1ed596fdb16df67c8b3
3
+ size 86029
autogluon_predictor_dir.zip CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cd98fa295f1ee6596671ef62063eb608ce5764eedd0bf3cd106259e291b43a28
3
- size 14585290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0505a7371c8820e1b575aa4ab238a383c00da6bda95d38fe049ebf31c331b29e
3
+ size 15551238
hyperparameters.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
- "best_overall": "CatBoost/T10",
3
- "best_overall_leaf": "CatBoost/T10",
4
  "best_overall_class": "CatBoostModel",
5
  "params": {
6
  "iterations": 10000,
7
- "learning_rate": 0.09595709169024079,
8
  "random_seed": 0,
9
  "allow_writing_files": false,
10
  "eval_metric": "Accuracy",
11
  "depth": 7,
12
- "l2_leaf_reg": 2.894432181094842
13
  },
14
- "tree_count_": 6,
15
- "best_iteration": 5
16
  }
 
1
  {
2
+ "best_overall": "CatBoost/T18",
3
+ "best_overall_leaf": "CatBoost/T18",
4
  "best_overall_class": "CatBoostModel",
5
  "params": {
6
  "iterations": 10000,
7
+ "learning_rate": 0.13950397023933195,
8
  "random_seed": 0,
9
  "allow_writing_files": false,
10
  "eval_metric": "Accuracy",
11
  "depth": 7,
12
+ "l2_leaf_reg": 3.4522538315365296
13
  },
14
+ "tree_count_": 49,
15
+ "best_iteration": 48
16
  }