ersilia-os / xai4chem

GNU General Public License v3.0
0 stars 1 forks source link

Add Option of Feature Selection to the Regressor #10

Closed HellenNamulinda closed 2 months ago

HellenNamulinda commented 2 months ago

Implemented feature selection as an optional parameter in the constructor of the Regressor class. By default, it is set to False. Integrated feature selection functionality using the FeatureWiz library into the fit and predict methods of the Regressor class.