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

Installation Library #3

Closed tekeali closed 3 years ago

JingweiToo commented 3 years ago

Hi,

Actually, the module FS is in the folder you download from my site. You open the folder you will see FS. You just run it because it will call the function directly from the FS folder.

Best Regards, Jingwei Too

On Wed, Mar 3, 2021 at 9:37 PM tekeali notifications@github.com wrote:

Firstly, I appreciate this helpful and instructive tool. However, I encounter a basic issue. Meanwhile, I am newbie in this platform and also machine learning domains. So, how can install the package? I tried the classical way like "pip install FS" but when I import the package below error was failed: "ModuleNotFoundError: No module named 'FS'".

Again, I am really sorry for asking this basic issue.

Thanks a lot.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/JingweiToo/Wrapper-Feature-Selection-Toolbox-Python/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKG2G57W7GBZ7BKG3X5SF3TBY3SZANCNFSM4YRH5YTA .

JingweiToo commented 3 years ago

Hi,

Just download my toolbox from Github. Then, you open and run the example. All the files are inside the folder (include the FS)

Best Regards, Jingwei Too

On Wed, Mar 3, 2021 at 9:49 PM tekeali notifications@github.com wrote:

The folder is already available in Github or another? Could you please help me about this issue? I did not exactly understand that how can I import the folder?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JingweiToo/Wrapper-Feature-Selection-Toolbox-Python/issues/3#issuecomment-789727020, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKG2G5BUZPD5XGNR4DQNCLTBY5APANCNFSM4YRH5YTA .

kangwenhao commented 3 years ago

I run demo_ PSO.py But modulenotfoundererror: no module named 'FS'

JingweiToo commented 3 years ago

Hi, are you run the demo in the folder together with the FS folder?

Best Regards, Jingwei Too

On Wed, Mar 10, 2021 at 11:56 AM kangwenhao notifications@github.com wrote:

I run demo_ PSO.py But modulenotfoundererror: no module named 'FS'

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/JingweiToo/Wrapper-Feature-Selection-Toolbox-Python/issues/3#issuecomment-794831681, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHKG2G352JKCULBJ5WNHMVLTC3UXLANCNFSM4YRH5YTA .

kangwenhao commented 3 years ago

thanks!