rodrigo-arenas / Sklearn-genetic-opt

ML hyperparameters tuning and features selection, using evolutionary algorithms.
https://sklearn-genetic-opt.readthedocs.io
MIT License
289 stars 73 forks source link

IS it possible to stipulate max number of features using featureselectionCV? #81

Closed azuric closed 2 years ago

azuric commented 2 years ago

Hi can you set a parameter for max features or would this need to be added?

Regards

rodrigo-arenas commented 2 years ago

Hi, at this point there is no parameter to control the max features, but that should be easy to add, I'll put it in the next release

Greetings

rodrigo-arenas commented 2 years ago

This is now implemented and merged in master branch, it will be available in the next release

azuric commented 2 years ago

Thanks, look forward to trying it out!

On Wed, Dec 8, 2021 at 2:25 PM Rodrigo Arenas @.***> wrote:

Closed #81 https://github.com/rodrigo-arenas/Sklearn-genetic-opt/issues/81.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rodrigo-arenas/Sklearn-genetic-opt/issues/81#event-5734196383, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC27TQVYXE22D5P7TMGDMIDUP5TG3ANCNFSM5JM3WSXQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

-- Akhil Patel