twmeggs / anfis

Python implementation of an Adaptive neuro fuzzy inference system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add scikit-fuzzy as official dependency, push new version to PyPi

JDWarner opened this issue · comments

Scikit-Fuzzy is now on PyPi, so it can be formally added as a dependency! setup.py and the README should be updated.

I'd be happy to do this, if you'd like me to make a PR.

Hi,I used anfis to learn my training set,it works,but the membership function didn't change,why?

Adding a comment to that, how can I plot the membership functions and learned rules? If possible, I'd wanna see the before and after training rules.

Hi @JDWarner
I've finally added to the official dependency here on Github, changed setup.py and the README. I will push this update to PyPi on Monday.
Thanks

new release uploaded to PyPi