My python template for liquid_networks.
$ cd /path/to/LiquidNetworks
$ # install venv
$ python -m venv venv
$ source ./venv/bin/activate
$ # install requirements
$ pip install -r requirements.txt
$ # install pre-commit (needs "git init" command)
$ pre-commit install
$ # to print CLI help
$ python -m liquid_networks
Three datasets can be loaded :
- Household Power
- Motion Sens
- Harmfull Brain Activity
Feel free to propose a pull request if you want to add new datasets!