JingweiToo / Wrapper-Feature-Selection-Toolbox-Python

This toolbox offers 13 wrapper feature selection methods (PSO, GA, GWO, HHO, BA, WOA, and etc.) with examples. It is simple and easy to implement.
BSD 3-Clause "New" or "Revised" License
244 stars 69 forks source link

alpha value in fitness #16

Open mpriyadh opened 2 years ago

mpriyadh commented 2 years ago

hi can you please tell me why alpha value in fitness function is chosen as 0.99 in specific?

JingweiToo commented 2 years ago

Hi,

This value is set at 0.99 because we are mostly focused on minimizing the error. You may refer to articles for more information.

On Wed, Jan 5, 2022 at 7:37 PM mpriyadh @.***> wrote:

hi can you please tell me why alpha value in fitness function is chosen as 0.99 in specific?

— Reply to this email directly, view it on GitHub https://github.com/JingweiToo/Wrapper-Feature-Selection-Toolbox-Python/issues/16, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKG2G37FMTXYRM3LHH3PJLUUQUO7ANCNFSM5LJWEOAA . 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.

You are receiving this because you are subscribed to this thread.Message ID: @.*** com>

Sualihah commented 2 years ago

Taking example of Firefly algo...how have you connected the ionosphere dataset with the code to find best features? Also how do you choose your ub and lb values using a dataset

JingweiToo commented 2 years ago

Hi,

You may find those answers from the web of science articles.

On Sun, Jan 23, 2022 at 9:57 PM Sualihah @.***> wrote:

Taking example of Firefly algo...how have you connected the ionosphere dataset with the code to find best features? Also how do you choose your ub and lb values using a dataset

— Reply to this email directly, view it on GitHub https://github.com/JingweiToo/Wrapper-Feature-Selection-Toolbox-Python/issues/16#issuecomment-1019491156, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKG2G5I7P6NCPYIRCLBADDUXQCLVANCNFSM5LJWEOAA . 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.

You are receiving this because you commented.Message ID: <JingweiToo/Wrapper-Feature-Selection-Toolbox-Python/issues/16/1019491156@ github.com>