Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 483 Bytes

File metadata and controls

26 lines (17 loc) · 483 Bytes

Description :

An SQL-like language for data preprocessing that can be used to apply basic data preprocessing algorithms and then generate equivalent python code for applied preprocessing

set up :

$ virtualenv ENV
$ source ENV/bin/activate
$ pip install -r requirements.txt

using lion :

$ ./lion.py

Examples of the syntax :

Example of the language can be found in the /testModels folder

Authors :

Mohamed Hmini
Achraf Bougadre