Commits


Madiyar authored and Nikita Titov committed 5cff4e8e2fb
[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'`.