Ritam-Guha / Py_FS

A Python Package for Feature Selection
MIT License
57 stars 38 forks source link

Trying to import MF from Py_FS.wrapper.nature_inspired raises ImportError #21

Closed aritrartira closed 3 years ago

aritrartira commented 3 years ago

ImportError: cannot import name 'MF' from 'Py_FS.wrapper.nature_inspired' (/usr/local/lib/python3.7/dist-packages/Py_FS/wrapper/nature_inspired/init.py)

aritrartira commented 3 years ago

The PyPi page had the filename listed as MF.py instead of MA.py

Ritam-Guha commented 3 years ago

Hi, I am extremely sorry for the inconvenience. Thanks a lot for pointing it out. I think it is just a problem with the readme documentation. We have used the naming 'MA' instead of 'MF' for 'Mayfly Algorithm' 😅. Once again sorry for that. Please let me know if there is any other issue. I have updated the Readme file.

Best, Ritam