Python package to build fuzzy inference systems
Project description
zadeh
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file zadeh-0.3.0.tar.gz
.
File metadata
- Download URL: zadeh-0.3.0.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | def65af48ede7158cc2e5f76cedcec8e6df33f1850e29f17a105dcc8ab79c050 |
|
MD5 | e8956ad35bd7023bfe9e7245f05207b8 |
|
BLAKE2b-256 | 65e4ff299f976e64a422c132f0293f6941a2958305b7986f6cd03158cf017c8f |
File details
Details for the file zadeh-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: zadeh-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 23.0 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da31904ca190a5dfa64b0199fed46818d557eb2630e4cd49ead7a8872c30ba8b |
|
MD5 | f7cc7151e0bd340499326e7ba29adbcf |
|
BLAKE2b-256 | 5c5ccaed70887df1d2a4bb84f55846ce45cfa8e8e8c1cdbbae1b9f800c423f5e |