Skip to content

Commit

Permalink
Merge pull request #166 from numerai/taighde-typo-fix
Browse files Browse the repository at this point in the history
Taighde typo fix
  • Loading branch information
ndharasz authored Oct 17, 2024
2 parents a64ffef + 7244402 commit 816186b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hello_numerai.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"name": "stdout",
"text": [
"\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",
"\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",
Expand Down Expand Up @@ -89,12 +89,12 @@
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"name": "stdout",
"text": [
"Available versions:\n",
" ['v5.0']\n",
"availbable v5.0 files:\n",
"available v5.0 files:\n",
" ['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"
]
}
Expand All @@ -114,7 +114,7 @@
"\n",
"# Print all files available for download for our version\n",
"current_version_files = [f for f in all_datasets if f.startswith(DATA_VERSION)]\n",
"print(\"availbable\", DATA_VERSION, \"files:\\n\", current_version_files)"
"print(\"Available\", DATA_VERSION, \"files:\\n\", current_version_files)"
]
},
{
Expand Down

0 comments on commit 816186b

Please sign in to comment.