The scikit-luc package is a package that contains scripts that have been useful to perform machine learning experiment during the PhD thesis of Luc Giffon.
Among the subpackages, you can find:
-[`examples`](https://gitlab.lis-lab.fr/luc.giffon/scikit-luc/tree/master/skluc/examples) contains various examples of working code
-[`keras_`](https://gitlab.lis-lab.fr/luc.giffon/scikit-luc/tree/master/skluc/keras_) contains useful functions related to the module [`keras`](https://keras.io/)
-[`tensorflow_`](https://gitlab.lis-lab.fr/luc.giffon/scikit-luc/tree/master/skluc/tensorflow_) contains useful functions related to the module [`tensorflow`](https://www.tensorflow.org/)
-[`tools`](https://gitlab.lis-lab.fr/luc.giffon/scikit-luc/tree/master/skluc/tools) contains command line tools built to simplify the life
-[`mldatasets`](https://gitlab.lis-lab.fr/luc.giffon/scikit-luc/blob/master/skluc/mldatasets.py) contains data and model handler abstract classes and their implementation