Skip to content

Commit dec16ed

Browse files
fixed spelling (#186)
Co-authored-by: Paris778 <parissol7@gmail.com>
1 parent 7df9302 commit dec16ed

File tree

5 files changed

+788
-754
lines changed

5 files changed

+788
-754
lines changed

crypto/example_model.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
{
2727
"cell_type": "code",
28-
"execution_count": 2,
28+
"execution_count": null,
2929
"metadata": {
3030
"colab": {
3131
"base_uri": "https://localhost:8080/"
@@ -46,7 +46,7 @@
4646
],
4747
"source": [
4848
"# Install dependencies\n",
49-
"!pip install -q --upgrade numerapi pandas pyarrow matplotlib lightgbm scikit-learn scipy cloudpickle==3.1.1\n",
49+
"!pip install -q --upgrade numerapi pandas pyarrow matplotlib lightgbm scikit-learn scipy cloudpickle==2.2.1\n",
5050
"!pip install -q --no-deps numerai-tools"
5151
]
5252
},
@@ -3719,7 +3719,7 @@
37193719
"provenance": []
37203720
},
37213721
"kernelspec": {
3722-
"display_name": "Python 3",
3722+
"display_name": "3.10.18",
37233723
"language": "python",
37243724
"name": "python3"
37253725
},
@@ -3733,7 +3733,7 @@
37333733
"name": "python",
37343734
"nbconvert_exporter": "python",
37353735
"pygments_lexer": "ipython3",
3736-
"version": "3.11.11"
3736+
"version": "3.10.18"
37373737
},
37383738
"orig_nbformat": 4
37393739
},

numerai/example_model.ipynb

Lines changed: 95 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -11,75 +11,136 @@
1111
},
1212
{
1313
"cell_type": "code",
14+
"execution_count": 1,
1415
"metadata": {
16+
"ExecuteTime": {
17+
"end_time": "2025-12-14T21:23:24.577253Z",
18+
"start_time": "2025-12-14T21:23:24.420881Z"
19+
},
1520
"colab": {
1621
"base_uri": "https://localhost:8080/"
1722
},
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+
},
1829
"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"
2431
},
25-
"source": [
26-
"!python --version"
27-
],
2832
"outputs": [
2933
{
3034
"name": "stdout",
3135
"output_type": "stream",
3236
"text": [
33-
"Python 3.11.11\r\n"
37+
"Python 3.12.11\r\n"
3438
]
3539
}
3640
],
37-
"execution_count": 1
41+
"source": [
42+
"!python --version"
43+
]
3844
},
3945
{
4046
"cell_type": "code",
47+
"execution_count": 2,
4148
"metadata": {
49+
"ExecuteTime": {
50+
"end_time": "2025-12-14T21:23:25.628662Z",
51+
"start_time": "2025-12-14T21:23:24.578722Z"
52+
},
4253
"colab": {
4354
"base_uri": "https://localhost:8080/"
4455
},
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+
},
4562
"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"
5164
},
52-
"source": [
53-
"# Install dependencies\n",
54-
"!pip install -q --upgrade numerapi pandas pyarrow matplotlib lightgbm scikit-learn scipy cloudpickle==3.1.1"
55-
],
5665
"outputs": [
5766
{
5867
"name": "stdout",
5968
"output_type": "stream",
6069
"text": [
6170
"\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"
6473
]
6574
}
6675
],
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+
]
6880
},
6981
{
7082
"cell_type": "code",
83+
"execution_count": 3,
7184
"metadata": {
85+
"ExecuteTime": {
86+
"end_time": "2025-12-14T21:28:28.979818Z",
87+
"start_time": "2025-12-14T21:23:25.629875Z"
88+
},
7289
"colab": {
7390
"base_uri": "https://localhost:8080/",
7491
"height": 160
7592
},
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+
},
7699
"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"
82101
},
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+
],
83144
"source": [
84145
"from numerapi import NumerAPI\n",
85146
"import pandas as pd\n",
@@ -155,53 +216,27 @@
155216
" files.download('example_model.pkl')\n",
156217
"except:\n",
157218
" 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+
]
185220
},
186221
{
222+
"cell_type": "code",
223+
"execution_count": 3,
187224
"metadata": {
188225
"ExecuteTime": {
189226
"end_time": "2025-12-14T21:28:28.982147Z",
190227
"start_time": "2025-12-14T21:28:28.980721Z"
191228
}
192229
},
193-
"cell_type": "code",
194-
"source": "",
195230
"outputs": [],
196-
"execution_count": 3
231+
"source": []
197232
}
198233
],
199234
"metadata": {
200235
"colab": {
201236
"provenance": []
202237
},
203238
"kernelspec": {
204-
"display_name": "venv",
239+
"display_name": "3.12.8",
205240
"language": "python",
206241
"name": "python3"
207242
},
@@ -215,9 +250,8 @@
215250
"name": "python",
216251
"nbconvert_exporter": "python",
217252
"pygments_lexer": "ipython3",
218-
"version": "3.10.12"
219-
},
220-
"orig_nbformat": 4
253+
"version": "3.13.5"
254+
}
221255
},
222256
"nbformat": 4,
223257
"nbformat_minor": 0

0 commit comments

Comments
 (0)