Skip to content

Commit 816186b

Browse files
authored
Merge pull request #166 from numerai/taighde-typo-fix
Taighde typo fix
2 parents a64ffef + 7244402 commit 816186b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hello_numerai.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"outputs": [
3939
{
40-
"name": "stdout",
4140
"output_type": "stream",
41+
"name": "stdout",
4242
"text": [
4343
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m58.9/58.9 kB\u001b[0m \u001b[31m1.5 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
4444
"\u001b[2K \u001b[90m━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\u001b[0m \u001b[32m34.4/34.4 MB\u001b[0m \u001b[31m22.7 MB/s\u001b[0m eta \u001b[36m0:00:00\u001b[0m\n",
@@ -89,12 +89,12 @@
8989
},
9090
"outputs": [
9191
{
92-
"name": "stdout",
9392
"output_type": "stream",
93+
"name": "stdout",
9494
"text": [
9595
"Available versions:\n",
9696
" ['v5.0']\n",
97-
"availbable v5.0 files:\n",
97+
"available v5.0 files:\n",
9898
" ['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"
9999
]
100100
}
@@ -114,7 +114,7 @@
114114
"\n",
115115
"# Print all files available for download for our version\n",
116116
"current_version_files = [f for f in all_datasets if f.startswith(DATA_VERSION)]\n",
117-
"print(\"availbable\", DATA_VERSION, \"files:\\n\", current_version_files)"
117+
"print(\"Available\", DATA_VERSION, \"files:\\n\", current_version_files)"
118118
]
119119
},
120120
{

0 commit comments

Comments
 (0)