LightGBM icon indicating copy to clipboard operation
LightGBM copied to clipboard

fix(callback): ensure reset_parameter callback works with sklearn interface

Open MengAiDev opened this issue 4 months ago • 0 comments

  • Always update parameters in reset_parameter callback to ensure compatibility with sklearn
  • Add test case to verify reset_parameter callback works correctly with LGBMClassifier
  • The test checks that the parameter is dynamically changed during training

Fix: #6952

MengAiDev avatar Aug 29 '25 06:08 MengAiDev