Instalation
You can install the ESTYP library using PyPI:
pip install estyp
The lastest version of the library is:
0.5.1
I recommend you to use this library with Python 3.9.12 or newer. The following dependencies will also be installed:
“numpy >= 1.22.3”
“scikit-learn >= 1.3.0”
“matplotlib >= 3.4.3”
“patsy >= 0.5.3”
“statsmodels >= 0.13.5”
“scipy >= 1.10.1”
“kmodes >= 0.12.2”
“tqdm >= 4.65.0”
You can view the last changes of the library in the CHANGELOG.md file from the GitHub repository.
Once installed, you can import the library using:
import estyp
Visit the Getting Started section for more information.