Commits


remcob-gr authored and Nikita Titov committed 61527856bce
When loading a binary file, take feature penalty and monotone constraints from config if given there. (#1881) * When loading a binary file, take feature penalty from config if given there. * When loading a binary file, take feature penalty from config if given there. * Fix crash when num_features != num_total_features and feature_contri is given. * Apply the same logic to monotone_types_. * Fix indentation