You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script generates LightGBM/src/io/config_auto.cpp file
with list of all parameters, aliases table and other routines
along with parameters description in LightGBM/docs/Parameters.rst file
from the information in LightGBM/include/LightGBM/config.h file.
meaning all the changes in config_auto that are done currently in fairgbm need to be moved out of there to the original LightGBM/include/LightGBM/config.h file.
The text was updated successfully, but these errors were encountered:
AlbertoEAF
changed the title
[bug] The new code is dependent on changes on auto_config.cpp but that will be overriden
[refactor] Cannot have code changes in auto_config.cpp - will be overriden
Apr 21, 2022
Update: all code changes have been ported to the config.h file (we still need if there are any errors when parsing/compiling it to the generated config_auto.cpp).
I just found out this file helpers/parameter_generator.py, which states at the beginning:
meaning all the changes in config_auto that are done currently in fairgbm need to be moved out of there to the original
LightGBM/include/LightGBM/config.h
file.The text was updated successfully, but these errors were encountered: