Skip to content

Commit e8cf432

Browse files
committed
Fix typo
1 parent edac139 commit e8cf432

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

hello_numerai.ipynb

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,26 +27,22 @@
2727
},
2828
{
2929
"cell_type": "code",
30-
"execution_count": null,
30+
"execution_count": 1,
3131
"metadata": {
3232
"colab": {
3333
"base_uri": "https://localhost:8080/"
3434
},
3535
"id": "THMEU_T4r5GS",
36-
"outputId": "de03351c-8b5d-4798-8a24-0b3ced7fec3c"
36+
"outputId": "321d1aa1-c8d6-4543-a922-c95520495714"
3737
},
3838
"outputs": [
3939
{
40-
"name": "stdout",
4140
"output_type": "stream",
41+
"name": "stdout",
4242
"text": [
43-
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m34.4/34.4 MB\u001b[0m \u001b[31m10.6 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
44-
"\u001b[?25h\u001b[31mERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.\n",
45-
"lida 0.0.10 requires fastapi, which is not installed.\n",
46-
"lida 0.0.10 requires kaleido, which is not installed.\n",
47-
"lida 0.0.10 requires python-multipart, which is not installed.\n",
48-
"lida 0.0.10 requires uvicorn, which is not installed.\u001b[0m\u001b[31m\n",
49-
"\u001b[0m"
43+
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.9/58.9 kB\u001b[0m \u001b[31m1.1 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
44+
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m34.4/34.4 MB\u001b[0m \u001b[31m14.4 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
45+
"\u001b[?25h"
5046
]
5147
}
5248
],
@@ -83,23 +79,23 @@
8379
},
8480
{
8581
"cell_type": "code",
86-
"execution_count": null,
82+
"execution_count": 3,
8783
"metadata": {
8884
"colab": {
8985
"base_uri": "https://localhost:8080/"
9086
},
9187
"id": "4B4bbH07r5GU",
92-
"outputId": "b705351e-a13e-43ad-dd32-4fd533188212"
88+
"outputId": "6f79501e-25e8-42e6-90a8-1de5c3298a43"
9389
},
9490
"outputs": [
9591
{
96-
"name": "stdout",
9792
"output_type": "stream",
93+
"name": "stdout",
9894
"text": [
9995
"Available versions:\n",
100-
" ['v4', 'v4.2', 'signals', 'v4.1', 'v4.3']\n",
101-
"availbable v4.3 files:\n",
102-
" ['v4.3/features.json', 'v4.3/live_benchmark_models.parquet', 'v4.3/live_example_preds.csv', 'v4.3/live_example_preds.parquet', 'v4.3/live_int8.parquet', 'v4.3/meta_model.parquet', 'v4.3/train_benchmark_models.parquet', 'v4.3/train_int8.parquet', 'v4.3/validation_benchmark_models.parquet', 'v4.3/validation_example_preds.csv', 'v4.3/validation_example_preds.parquet', 'v4.3/validation_int8.parquet']\n"
96+
" ['v5.0', 'v4', 'v4.2', 'v4.3', 'v4.1']\n",
97+
"Available v5.0 files:\n",
98+
" ['v5.0/features.json', 'v5.0/live.parquet', 'v5.0/live_benchmark_models.parquet', 'v5.0/live_example_preds.csv', 'v5.0/live_example_preds.parquet', 'v5.0/train.parquet', 'v5.0/train_benchmark_models.parquet', 'v5.0/validation.parquet', 'v5.0/validation_benchmark_models.parquet', 'v5.0/validation_example_preds.csv', 'v5.0/validation_example_preds.parquet']\n"
10399
]
104100
}
105101
],
@@ -118,7 +114,7 @@
118114
"\n",
119115
"# Print all files available for download for our version\n",
120116
"current_version_files = [f for f in all_datasets if f.startswith(DATA_VERSION)]\n",
121-
"print(\"availbable\", DATA_VERSION, \"files:\\n\", current_version_files)"
117+
"print(\"Available\", DATA_VERSION, \"files:\\n\", current_version_files)"
122118
]
123119
},
124120
{
@@ -2828,4 +2824,4 @@
28282824
},
28292825
"nbformat": 4,
28302826
"nbformat_minor": 0
2831-
}
2827+
}

0 commit comments

Comments
 (0)