Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 434 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 434 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