Installing Veracity ML Tools using the following instructions will install the package along with the required dependencies.
This will change to PyPI installation once Veracity ML Tools is open source.
python -m pip install .
python3 -m pip install -e .[dev]
python -m pip install .[test]
The configuration settings for the developer tools can be found in ~/ml_tools/pyproject.toml
.
Execute this line from the ~/ml_tools
directory to lint the code with pylint:
pylint ./ml_tools
Execute this line from the ~/ml_tools
directory to automatically format the code to PEP8 standard using black:
black ./ml_tools
Veracity ML Tools is distributed under the terms in the LICENSE file. If you propose or make a contribution to this repository, you hereby license your contribution to anyone under this same license.