• Madiyar's avatar
    [python] Deep copy params in _update_params of DataSet (#2310) · 5cff4e8e
    Madiyar authored
    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'`.
    5cff4e8e
basic.py 106 KB