[R] deprecate watchlist (#10110)
This commit is contained in:
parent
1450aebb74
commit
e0f890ba28
@ -454,7 +454,8 @@ depr_par_lut <- matrix(c(
|
|||||||
'plot.height', 'plot_height',
|
'plot.height', 'plot_height',
|
||||||
'plot.width', 'plot_width',
|
'plot.width', 'plot_width',
|
||||||
'n_first_tree', 'trees',
|
'n_first_tree', 'trees',
|
||||||
'dummy', 'DUMMY'
|
'dummy', 'DUMMY',
|
||||||
|
'watchlist', 'evals'
|
||||||
), ncol = 2, byrow = TRUE)
|
), ncol = 2, byrow = TRUE)
|
||||||
colnames(depr_par_lut) <- c('old', 'new')
|
colnames(depr_par_lut) <- c('old', 'new')
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user