Install¶
The installation process for Fuzzy Set Measures is very simple as it depends only on two other python packages.
Installing latest release¶
Dependencies¶
-
Python (>=3.7)
-
NumPy (>= 1.14.6)
-
scikit-learn (>=0.24.2)
User installation¶
If you have a working installation of NumPy and scikit-learn, the simplest way to install FuzzySetsMeasures is using the package installer for Python, pip
pip install fuzzy-set-measures