|
18 | 18 | "id": "Ekw8Z93ljC3v", |
19 | 19 | "outputId": "bdd16698-2ad0-4423-b090-c5ce55fe3053", |
20 | 20 | "ExecuteTime": { |
21 | | - "end_time": "2025-10-30T20:48:31.494546Z", |
22 | | - "start_time": "2025-10-30T20:48:31.297964Z" |
| 21 | + "end_time": "2025-12-14T21:23:24.577253Z", |
| 22 | + "start_time": "2025-12-14T21:23:24.420881Z" |
23 | 23 | } |
24 | 24 | }, |
25 | 25 | "source": [ |
|
34 | 34 | ] |
35 | 35 | } |
36 | 36 | ], |
37 | | - "execution_count": 7 |
| 37 | + "execution_count": 1 |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "cell_type": "code", |
|
45 | 45 | "id": "yoy_wT1rhMqF", |
46 | 46 | "outputId": "e038b50f-1b61-4334-be62-28f4dc40a0a0", |
47 | 47 | "ExecuteTime": { |
48 | | - "end_time": "2025-10-30T20:48:33.771995Z", |
49 | | - "start_time": "2025-10-30T20:48:31.497465Z" |
| 48 | + "end_time": "2025-12-14T21:23:25.628662Z", |
| 49 | + "start_time": "2025-12-14T21:23:24.578722Z" |
50 | 50 | } |
51 | 51 | }, |
52 | 52 | "source": [ |
|
64 | 64 | ] |
65 | 65 | } |
66 | 66 | ], |
67 | | - "execution_count": 8 |
| 67 | + "execution_count": 2 |
68 | 68 | }, |
69 | 69 | { |
70 | 70 | "cell_type": "code", |
|
76 | 76 | "id": "13hdRk9ghMqI", |
77 | 77 | "outputId": "d2274374-fd85-4189-f27b-d9d466cc63ca", |
78 | 78 | "ExecuteTime": { |
79 | | - "end_time": "2025-10-30T21:03:41.542550Z", |
80 | | - "start_time": "2025-10-30T20:48:33.776610Z" |
| 79 | + "end_time": "2025-12-14T21:28:28.979818Z", |
| 80 | + "start_time": "2025-12-14T21:23:25.629875Z" |
81 | 81 | } |
82 | 82 | }, |
83 | 83 | "source": [ |
|
87 | 87 | "napi = NumerAPI()\n", |
88 | 88 | "\n", |
89 | 89 | "# use one of the latest data versions\n", |
90 | | - "DATA_VERSION = \"v5.1\"\n", |
| 90 | + "DATA_VERSION = \"v5.2\"\n", |
91 | 91 | "\n", |
92 | 92 | "# Download data\n", |
93 | 93 | "napi.download_dataset(f\"{DATA_VERSION}/train.parquet\")\n", |
|
161 | 161 | "name": "stderr", |
162 | 162 | "output_type": "stream", |
163 | 163 | "text": [ |
164 | | - "2025-10-30 13:48:34,557 INFO numerapi.utils: target file already exists\n", |
165 | | - "2025-10-30 13:48:34,559 INFO numerapi.utils: download complete\n", |
166 | | - "2025-10-30 13:48:35,037 INFO numerapi.utils: target file already exists\n", |
167 | | - "2025-10-30 13:48:35,038 INFO numerapi.utils: download complete\n" |
| 164 | + "2025-12-14 13:23:26,450 INFO numerapi.utils: target file already exists\n", |
| 165 | + "2025-12-14 13:23:26,452 INFO numerapi.utils: starting download\n", |
| 166 | + "v5.2/train.parquet: 7.67GB [04:40, 27.4MB/s] \n", |
| 167 | + "2025-12-14 13:28:07,043 INFO numerapi.utils: target file already exists\n", |
| 168 | + "2025-12-14 13:28:07,045 INFO numerapi.utils: download complete\n" |
168 | 169 | ] |
169 | 170 | }, |
170 | 171 | { |
171 | 172 | "name": "stdout", |
172 | 173 | "output_type": "stream", |
173 | 174 | "text": [ |
174 | | - "[LightGBM] [Info] Auto-choosing row-wise multi-threading, the overhead of testing was 0.009704 seconds.\n", |
| 175 | + "[LightGBM] [Info] Auto-choosing row-wise multi-threading, the overhead of testing was 0.001209 seconds.\n", |
175 | 176 | "You can set `force_row_wise=true` to remove the overhead.\n", |
176 | 177 | "And if memory is not enough, you can set `force_col_wise=true`.\n", |
177 | 178 | "[LightGBM] [Info] Total Bins 210\n", |
178 | 179 | "[LightGBM] [Info] Number of data points in the train set: 688184, number of used features: 42\n", |
179 | | - "[LightGBM] [Info] Start training from score 0.500008\n" |
| 180 | + "[LightGBM] [Info] Start training from score 0.499946\n" |
180 | 181 | ] |
181 | 182 | } |
182 | 183 | ], |
183 | | - "execution_count": 9 |
| 184 | + "execution_count": 3 |
184 | 185 | }, |
185 | 186 | { |
186 | 187 | "metadata": { |
187 | 188 | "ExecuteTime": { |
188 | | - "end_time": "2025-10-30T21:03:41.546742Z", |
189 | | - "start_time": "2025-10-30T21:03:41.544691Z" |
| 189 | + "end_time": "2025-12-14T21:28:28.982147Z", |
| 190 | + "start_time": "2025-12-14T21:28:28.980721Z" |
190 | 191 | } |
191 | 192 | }, |
192 | 193 | "cell_type": "code", |
193 | 194 | "source": "", |
194 | 195 | "outputs": [], |
195 | | - "execution_count": 9 |
| 196 | + "execution_count": 3 |
196 | 197 | } |
197 | 198 | ], |
198 | 199 | "metadata": { |
|
0 commit comments