Skip to content

Python interface for The Extended Complexity Library

Notifications You must be signed in to change notification settings

kurshakuz/ECoL-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python interface for The Extended Complexity Library

Resources

Stars

Watchers

Forks