Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit edee7ce

Browse files
committed
Fixes
1 parent b1d90ed commit edee7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flash_notebooks/tabular_classification.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
" target_field=\"Survived\",\n",
101101
" train_file=\"./data/titanic/titanic.csv\",\n",
102102
" test_file=\"./data/titanic/test.csv\",\n",
103-
" val_size=0.25,\n",
103+
" val_split=0.25,\n",
104104
")\n"
105105
]
106106
},

0 commit comments

Comments
 (0)