[python] Deep copy params in _update_params of DataSet (#2310)
Otherwise, it would print `basic.py:762: UserWarning: categorical_feature in param dict is overridden.`. Because when updating the params for a validation test, the updated params for the train test was used which contains `'categorical_column'`.
Showing
Please register or sign in to comment