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

solution please #12

Closed Mohammedsaied89 closed 3 years ago

Mohammedsaied89 commented 3 years ago

when i put in spyder from FS.pso import jfs message appear to me ( No module named 'FS' )

JingweiToo commented 3 years ago

Make sure the FS folder is in the same folder as your Main script.

Mohammedsaied89 commented 3 years ago

Which FS folder ?

JingweiToo commented 3 years ago

The folder or place where you run your program. Let say your Main script is Folder A, then make sure the FS folder is inside folder A

Mohammedsaied89 commented 3 years ago

I didn't find FS folder Where I can find it

Mohammedsaied89 commented 3 years ago

ok i got it thank you