8000 GitHub - veracity-nuclear/ml_tools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

veracity-nuclear/ml_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Veracity ML Tools

Table of Contents

  1. Installation Instructions
  2. Developer Tools
  3. Contributing

Installation Instructions

Installing Veracity ML Tools using the following instructions will install the package along with the required dependencies.

End User Installation

This will change to PyPI installation once Veracity ML Tools is open source.

python -m pip install .

Developer Installation

python3 -m pip install -e .[dev]

Testing Installation (Primarily for CI)

python -m pip install .[test]

Developer Tools

The configuration settings for the developer tools can be found in ~/ml_tools/pyproject.toml.

Linting Python code with pylint

Execute this line from the ~/ml_tools directory to lint the code with pylint:

pylint ./ml_tools

Formatting code with black

Execute this line from the ~/ml_tools directory to automatically format the code to PEP8 standard using black:

black ./ml_tools

Contributing

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages

0