Skip to content

Commit 7edd1cc

Browse files
authored
Merge pull request #169 from dautovri/patch-1
Missing comma
2 parents 6551c46 + 3864385 commit 7edd1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
"# learning_rate=0.001,\n",
139139
"# max_depth=10,\n",
140140
"# num_leaves=2**10,\n",
141-
"# colsample_bytree=0.1\n",
141+
"# colsample_bytree=0.1,\n",
142142
"# min_data_in_leaf=10000,\n",
143143
"# )\n",
144144
"model.fit(\n",

0 commit comments

Comments
 (0)