Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 627 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 627 Bytes

ECoL-Python

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.

Prerequisites

Install R and install the ECoL library in R:

install.packages("ECoL")

Install Python package dependencies:

pip install -r requirements.txt

Run the code

Run the ECoL_Python.py file which will compute complexities for given complexity measure and a data subset.

python ECoL_Python.py