Metadata-Version: 2.1
Name: pyFUME
Version: 0.0.1
Summary: A Python package for fuzzy model estimation
Home-page: https://github.com/CaroFuchs/pyFUME
Author: Caro Fuchs
Author-email: c.e.m.fuchs@tue.nl
License: LICENSE.txt
Keywords: fuzzy logic,fuzzy inference systems,fuzzy model,data-driven,model estimation,machine learning
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6

# pyFUME

A Python library for automatical Fuzzy Model Estimation from data. pyFUME contains a set of classes and methods to estimate the antecedent sets and the consequent parameters of a Takagi-Sugeno fuzzy model from data, and then create an executable fuzzy model exploiting the Simpful library. 
pyFUME can be beneficial to practitioners, thanks to its pre-implemented and user-friendly pipelines, but also to researchers that want to fine-tune each step of the estimation process.

