Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 639 Bytes

README.rst

File metadata and controls

29 lines (18 loc) · 639 Bytes

Scikit-Luc

TLDR;

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.

More informations

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

Installation from sources

Clone the github repository then in the root directory of the package, just do:

python setup.py install

or

pip install -e .