|
11 | 11 | }, |
12 | 12 | { |
13 | 13 | "cell_type": "code", |
| 14 | + "execution_count": 1, |
14 | 15 | "metadata": { |
| 16 | + "ExecuteTime": { |
| 17 | + "end_time": "2025-12-14T21:23:24.577253Z", |
| 18 | + "start_time": "2025-12-14T21:23:24.420881Z" |
| 19 | + }, |
15 | 20 | "colab": { |
16 | 21 | "base_uri": "https://localhost:8080/" |
17 | 22 | }, |
| 23 | + "execution": { |
| 24 | + "iopub.execute_input": "2026-03-04T09:50:06.921017Z", |
| 25 | + "iopub.status.busy": "2026-03-04T09:50:06.920633Z", |
| 26 | + "iopub.status.idle": "2026-03-04T09:50:07.111156Z", |
| 27 | + "shell.execute_reply": "2026-03-04T09:50:07.110785Z" |
| 28 | + }, |
18 | 29 | "id": "Ekw8Z93ljC3v", |
19 | | - "outputId": "bdd16698-2ad0-4423-b090-c5ce55fe3053", |
20 | | - "ExecuteTime": { |
21 | | - "end_time": "2025-12-14T21:23:24.577253Z", |
22 | | - "start_time": "2025-12-14T21:23:24.420881Z" |
23 | | - } |
| 30 | + "outputId": "bdd16698-2ad0-4423-b090-c5ce55fe3053" |
24 | 31 | }, |
25 | | - "source": [ |
26 | | - "!python --version" |
27 | | - ], |
28 | 32 | "outputs": [ |
29 | 33 | { |
30 | 34 | "name": "stdout", |
31 | 35 | "output_type": "stream", |
32 | 36 | "text": [ |
33 | | - "Python 3.11.11\r\n" |
| 37 | + "Python 3.12.11\r\n" |
34 | 38 | ] |
35 | 39 | } |
36 | 40 | ], |
37 | | - "execution_count": 1 |
| 41 | + "source": [ |
| 42 | + "!python --version" |
| 43 | + ] |
38 | 44 | }, |
39 | 45 | { |
40 | 46 | "cell_type": "code", |
| 47 | + "execution_count": 2, |
41 | 48 | "metadata": { |
| 49 | + "ExecuteTime": { |
| 50 | + "end_time": "2025-12-14T21:23:25.628662Z", |
| 51 | + "start_time": "2025-12-14T21:23:24.578722Z" |
| 52 | + }, |
42 | 53 | "colab": { |
43 | 54 | "base_uri": "https://localhost:8080/" |
44 | 55 | }, |
| 56 | + "execution": { |
| 57 | + "iopub.execute_input": "2026-03-04T09:50:07.112715Z", |
| 58 | + "iopub.status.busy": "2026-03-04T09:50:07.112578Z", |
| 59 | + "iopub.status.idle": "2026-03-04T09:50:08.208975Z", |
| 60 | + "shell.execute_reply": "2026-03-04T09:50:08.208610Z" |
| 61 | + }, |
45 | 62 | "id": "yoy_wT1rhMqF", |
46 | | - "outputId": "e038b50f-1b61-4334-be62-28f4dc40a0a0", |
47 | | - "ExecuteTime": { |
48 | | - "end_time": "2025-12-14T21:23:25.628662Z", |
49 | | - "start_time": "2025-12-14T21:23:24.578722Z" |
50 | | - } |
| 63 | + "outputId": "e038b50f-1b61-4334-be62-28f4dc40a0a0" |
51 | 64 | }, |
52 | | - "source": [ |
53 | | - "# Install dependencies\n", |
54 | | - "!pip install -q --upgrade numerapi pandas pyarrow matplotlib lightgbm scikit-learn scipy cloudpickle==3.1.1" |
55 | | - ], |
56 | 65 | "outputs": [ |
57 | 66 | { |
58 | 67 | "name": "stdout", |
59 | 68 | "output_type": "stream", |
60 | 69 | "text": [ |
61 | 70 | "\r\n", |
62 | | - "\u001B[1m[\u001B[0m\u001B[34;49mnotice\u001B[0m\u001B[1;39;49m]\u001B[0m\u001B[39;49m A new release of pip is available: \u001B[0m\u001B[31;49m25.2\u001B[0m\u001B[39;49m -> \u001B[0m\u001B[32;49m25.3\u001B[0m\r\n", |
63 | | - "\u001B[1m[\u001B[0m\u001B[34;49mnotice\u001B[0m\u001B[1;39;49m]\u001B[0m\u001B[39;49m To update, run: \u001B[0m\u001B[32;49mpip install --upgrade pip\u001B[0m\r\n" |
| 71 | + "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m A new release of pip is available: \u001b[0m\u001b[31;49m25.0.1\u001b[0m\u001b[39;49m -> \u001b[0m\u001b[32;49m26.0.1\u001b[0m\r\n", |
| 72 | + "\u001b[1m[\u001b[0m\u001b[34;49mnotice\u001b[0m\u001b[1;39;49m]\u001b[0m\u001b[39;49m To update, run: \u001b[0m\u001b[32;49mpip install --upgrade pip\u001b[0m\r\n" |
64 | 73 | ] |
65 | 74 | } |
66 | 75 | ], |
67 | | - "execution_count": 2 |
| 76 | + "source": [ |
| 77 | + "# Install dependencies\n", |
| 78 | + "!pip install -q --upgrade numerapi pandas pyarrow matplotlib lightgbm scikit-learn scipy cloudpickle==2.2.1" |
| 79 | + ] |
68 | 80 | }, |
69 | 81 | { |
70 | 82 | "cell_type": "code", |
| 83 | + "execution_count": 3, |
71 | 84 | "metadata": { |
| 85 | + "ExecuteTime": { |
| 86 | + "end_time": "2025-12-14T21:28:28.979818Z", |
| 87 | + "start_time": "2025-12-14T21:23:25.629875Z" |
| 88 | + }, |
72 | 89 | "colab": { |
73 | 90 | "base_uri": "https://localhost:8080/", |
74 | 91 | "height": 160 |
75 | 92 | }, |
| 93 | + "execution": { |
| 94 | + "iopub.execute_input": "2026-03-04T09:50:08.210682Z", |
| 95 | + "iopub.status.busy": "2026-03-04T09:50:08.210563Z", |
| 96 | + "iopub.status.idle": "2026-03-04T09:50:28.439383Z", |
| 97 | + "shell.execute_reply": "2026-03-04T09:50:28.438971Z" |
| 98 | + }, |
76 | 99 | "id": "13hdRk9ghMqI", |
77 | | - "outputId": "d2274374-fd85-4189-f27b-d9d466cc63ca", |
78 | | - "ExecuteTime": { |
79 | | - "end_time": "2025-12-14T21:28:28.979818Z", |
80 | | - "start_time": "2025-12-14T21:23:25.629875Z" |
81 | | - } |
| 100 | + "outputId": "d2274374-fd85-4189-f27b-d9d466cc63ca" |
82 | 101 | }, |
| 102 | + "outputs": [ |
| 103 | + { |
| 104 | + "name": "stderr", |
| 105 | + "output_type": "stream", |
| 106 | + "text": [ |
| 107 | + "2026-03-04 01:50:09,132 INFO numerapi.utils: target file already exists\n" |
| 108 | + ] |
| 109 | + }, |
| 110 | + { |
| 111 | + "name": "stderr", |
| 112 | + "output_type": "stream", |
| 113 | + "text": [ |
| 114 | + "2026-03-04 01:50:09,133 INFO numerapi.utils: download complete\n" |
| 115 | + ] |
| 116 | + }, |
| 117 | + { |
| 118 | + "name": "stderr", |
| 119 | + "output_type": "stream", |
| 120 | + "text": [ |
| 121 | + "2026-03-04 01:50:09,575 INFO numerapi.utils: target file already exists\n" |
| 122 | + ] |
| 123 | + }, |
| 124 | + { |
| 125 | + "name": "stderr", |
| 126 | + "output_type": "stream", |
| 127 | + "text": [ |
| 128 | + "2026-03-04 01:50:09,577 INFO numerapi.utils: download complete\n" |
| 129 | + ] |
| 130 | + }, |
| 131 | + { |
| 132 | + "name": "stdout", |
| 133 | + "output_type": "stream", |
| 134 | + "text": [ |
| 135 | + "[LightGBM] [Info] Auto-choosing row-wise multi-threading, the overhead of testing was 0.001699 seconds.\n", |
| 136 | + "You can set `force_row_wise=true` to remove the overhead.\n", |
| 137 | + "And if memory is not enough, you can set `force_col_wise=true`.\n", |
| 138 | + "[LightGBM] [Info] Total Bins 210\n", |
| 139 | + "[LightGBM] [Info] Number of data points in the train set: 688182, number of used features: 42\n", |
| 140 | + "[LightGBM] [Info] Start training from score 0.499948\n" |
| 141 | + ] |
| 142 | + } |
| 143 | + ], |
83 | 144 | "source": [ |
84 | 145 | "from numerapi import NumerAPI\n", |
85 | 146 | "import pandas as pd\n", |
|
155 | 216 | " files.download('example_model.pkl')\n", |
156 | 217 | "except:\n", |
157 | 218 | " pass" |
158 | | - ], |
159 | | - "outputs": [ |
160 | | - { |
161 | | - "name": "stderr", |
162 | | - "output_type": "stream", |
163 | | - "text": [ |
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" |
169 | | - ] |
170 | | - }, |
171 | | - { |
172 | | - "name": "stdout", |
173 | | - "output_type": "stream", |
174 | | - "text": [ |
175 | | - "[LightGBM] [Info] Auto-choosing row-wise multi-threading, the overhead of testing was 0.001209 seconds.\n", |
176 | | - "You can set `force_row_wise=true` to remove the overhead.\n", |
177 | | - "And if memory is not enough, you can set `force_col_wise=true`.\n", |
178 | | - "[LightGBM] [Info] Total Bins 210\n", |
179 | | - "[LightGBM] [Info] Number of data points in the train set: 688184, number of used features: 42\n", |
180 | | - "[LightGBM] [Info] Start training from score 0.499946\n" |
181 | | - ] |
182 | | - } |
183 | | - ], |
184 | | - "execution_count": 3 |
| 219 | + ] |
185 | 220 | }, |
186 | 221 | { |
| 222 | + "cell_type": "code", |
| 223 | + "execution_count": 3, |
187 | 224 | "metadata": { |
188 | 225 | "ExecuteTime": { |
189 | 226 | "end_time": "2025-12-14T21:28:28.982147Z", |
190 | 227 | "start_time": "2025-12-14T21:28:28.980721Z" |
191 | 228 | } |
192 | 229 | }, |
193 | | - "cell_type": "code", |
194 | | - "source": "", |
195 | 230 | "outputs": [], |
196 | | - "execution_count": 3 |
| 231 | + "source": [] |
197 | 232 | } |
198 | 233 | ], |
199 | 234 | "metadata": { |
200 | 235 | "colab": { |
201 | 236 | "provenance": [] |
202 | 237 | }, |
203 | 238 | "kernelspec": { |
204 | | - "display_name": "venv", |
| 239 | + "display_name": "3.12.8", |
205 | 240 | "language": "python", |
206 | 241 | "name": "python3" |
207 | 242 | }, |
|
215 | 250 | "name": "python", |
216 | 251 | "nbconvert_exporter": "python", |
217 | 252 | "pygments_lexer": "ipython3", |
218 | | - "version": "3.10.12" |
219 | | - }, |
220 | | - "orig_nbformat": 4 |
| 253 | + "version": "3.13.5" |
| 254 | + } |
221 | 255 | }, |
222 | 256 | "nbformat": 4, |
223 | 257 | "nbformat_minor": 0 |
|
0 commit comments