thieu1995 / mafese

Feature Selection using Metaheuristics Made Easy: Open Source MAFESE Library in Python
https://mafese.readthedocs.io
GNU General Public License v3.0
62 stars 21 forks source link

can you explain the use of 'transfer_func' in feature selector? #4

Closed Target2target closed 11 months ago

Target2target commented 12 months ago

Description

while using this 'MhaSelector' for feature selector, I can't figure out what is 'transfer_func' here.

Additional Information

No response

thieu1995 commented 12 months ago

Hi @Target2target ,

It comes from this paper: https://doi.org/10.1016/j.swevo.2012.09.002 The function you can set are:

You can see the source code from here: https://github.com/thieu1995/mafese/blob/main/mafese/utils/transfer.py