Package for building abstract ML models that can then be compiled using popular ML platforms.
Project description
Boar ML
BOAR (Build Once And Run) ML is a library that allows you to build abstract machine learning models and then compile them with popular ML platforms.
The library also implements additional modules for applying mutations to an architecture, support for writing
architectures to a file and reading architectures from a file in a user readable format.
https://pypi.org/project/boarml/
Installation
pip install boarml
Building instructions
- Building the package:
python setup.py sdist bdist_wheel
- Uploading to PyPi:
python -m twine upload dist/*
- Uploading new versions:
twine upload --skip-existing dist/*
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
boarml-0.0.6.tar.gz
(8.8 kB
view hashes)
Built Distribution
boarml-0.0.6-py3-none-any.whl
(21.5 kB
view hashes)