This code provides a Python interface for The Extended Complexity Library.
It can compute the specified data complexity measure for a provided data subset.
Implementation details and use examples are provided in the ECoL_Python.py
file.
Install R and install the ECoL library in R:
install.packages("ECoL")
Install Python package dependencies:
pip install -r requirements.txt
Run the ECoL_Python.py
file which will compute complexities for given complexity measure and a data subset.
python ECoL_Python.py