This is a python package containing the usefull script developed or found by Luc Giffon during his PhD thesis. Those scripts are mainly related to the machine learning and data processing field.
This package contains
- Dataset download utilities that are not provided by other libraries under datasets
- Various utils function under utils
- Some CLI tools under tools
Clone the github repository then in the root directory of the package, just do:
python setup.py install
or
pip install -e .