1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00
Co-authored-by: LeeYuntong <nukuihayu@outlook.com>
This commit is contained in:
Lee Yuntong
2024-06-20 18:12:07 +08:00
committed by GitHub
parent 37b908792b
commit 3a348aec9f
5 changed files with 5 additions and 5 deletions

View File

@@ -161,7 +161,7 @@
" },\n",
"}\n",
"\n",
"# model initiaiton\n",
"# model initialization\n",
"model = init_instance_by_config(task[\"model\"])\n",
"dataset = init_instance_by_config(task[\"dataset\"])\n",
"\n",