Right now, any attempts to run anfis.py or tests.py "out of box" with python 3 result in "ModuleNotFoundError", caused by few incorrect imports (probably lasting from python 2 era). For example, people has mentioned this issue there: https://github.com/twmeggs/anfis/issues/8
This pull request should hopefully fix said problem
Right now, any attempts to run anfis.py or tests.py "out of box" with python 3 result in "ModuleNotFoundError", caused by few incorrect imports (probably lasting from python 2 era). For example, people has mentioned this issue there: https://github.com/twmeggs/anfis/issues/8 This pull request should hopefully fix said problem