Skip to content

Commit 97d9b2b

Browse files
committed
fix deep lgbm comments
1 parent 76f4f36 commit 97d9b2b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

example_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
")\n",
135135
"# We've found the following \"deep\" parameters perform much better, but they require much more CPU and RAM\n",
136136
"# model = lgb.LGBMRegressor(\n",
137-
"# n_estimators=2 30_000,\n",
137+
"# n_estimators=30_000,\n",
138138
"# learning_rate=0.001,\n",
139139
"# max_depth=10,\n",
140140
"# num_leaves=2**10,\n",

feature_neutralization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@
19951995
")\n",
19961996
"# We've found the following \"deep\" parameters perform much better, but they require much more CPU and RAM\n",
19971997
"# model = lgb.LGBMRegressor(\n",
1998-
"# n_estimators=2 30_000,\n",
1998+
"# n_estimators=30_000,\n",
19991999
"# learning_rate=0.001,\n",
20002000
"# max_depth=10,\n",
20012001
"# num_leaves=2**10,\n",

hello_numerai.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"outputs": [
3939
{
40-
"output_type": "stream",
4140
"name": "stdout",
41+
"output_type": "stream",
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,8 +89,8 @@
8989
},
9090
"outputs": [
9191
{
92-
"output_type": "stream",
9392
"name": "stdout",
93+
"output_type": "stream",
9494
"text": [
9595
"Available versions:\n",
9696
" ['v5.0']\n",
@@ -1851,7 +1851,7 @@
18511851
")\n",
18521852
"# We've found the following \"deep\" parameters perform much better, but they require much more CPU and RAM\n",
18531853
"# model = lgb.LGBMRegressor(\n",
1854-
"# n_estimators=2 30_000,\n",
1854+
"# n_estimators=30_000,\n",
18551855
"# learning_rate=0.001,\n",
18561856
"# max_depth=10,\n",
18571857
"# num_leaves=2**10,\n",

target_ensemble.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1932,7 +1932,7 @@
19321932
" )\n",
19331933
" # We've found the following \"deep\" parameters perform much better, but they require much more CPU and RAM\n",
19341934
" # model = lgb.LGBMRegressor(\n",
1935-
" # n_estimators=2 30_000,\n",
1935+
" # n_estimators=30_000,\n",
19361936
" # learning_rate=0.001,\n",
19371937
" # max_depth=10,\n",
19381938
" # num_leaves=2**10,\n",

0 commit comments

Comments
 (0)