IIIS-Li-Group / OpenFE

OpenFE: automated feature generation with expert-level performance
MIT License
781 stars 99 forks source link

Fixed LightGBM verbosity issue #49

Closed wowthecoder closed 5 months ago

wowthecoder commented 5 months ago

Previously, OpenFE().fit() and FeatureSelector() will print out the LightGBM info messages even when verbose=False is set. This is because the value of self.verbose isn't passed into the params of the LightGBM models used in the functions. This PR fixes issue #41