Skip to content

Commit 2e0fb59

Browse files
author
igor_rukhovich
committed
Removed grow policy parameter from lgbm
1 parent 01a5c60 commit 2e0fb59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modelbuilders/lgbm_mb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
parser.add_argument('--colsample-bytree', type=float, default=1,
1818
help='Subsample ratio of columns '
1919
'when constructing each tree')
20-
parser.add_argument('--grow-policy', type=str, default='depthwise',
21-
help='Controls a way new nodes are added to the tree')
2220
parser.add_argument('--learning-rate', '--eta', type=float, default=0.3,
2321
help='Step size shrinkage used in update '
2422
'to prevents overfitting')

0 commit comments

Comments
 (0)