Skip to main content

Python package to build fuzzy inference systems

Project description

zadeh

Github release PyPI

license MIT

Documentation Status

Python package to build fuzzy inference systems

Installation

Assuming you have a Python3 distribution with pip, the latest pypi release can be installed with:

pip3 install zadeh

To install the recommended optional dependencies you can run

pip3 install 'zadeh[extras]'

Mind the quotes.

Developer information

Development installation

To install a development version, clone the repo, cd to the directory with this file and:

pip3 install -e '.[test]'

Consider using a virtualenv if needed:

# Prepare a clean virtualenv and activate it
virtualenv venv
source venv/bin/activate
# Install the package
pip3 install -e '.[test]'

Documentation

To generate the documentation, the docs extra dependencies must be installed.

To generate an html documentation with sphinx run:

make docs

To generate a PDF documentation using LaTeX:

make pdf

Test

To run the unitary tests:

make test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zadeh-0.3.0.tar.gz (20.5 kB view hashes)

Uploaded Source

Built Distribution

zadeh-0.3.0-py2.py3-none-any.whl (23.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page