Package of ML useful tools
Project description
synergos
set of tools to improve ML tasks in sklearn and tensorflow
Installation
Run the following to install:
$ pip install synergos
Usage
from synergos.functions.hello import say_hello
# Generate "Hello World!
say_hello()
# Generate "Hello Everybody"
say_hello("Everybody")
#Developing Hello World To install helloworld, along the tools you need to develop and run tests, run the following in your virtualenv:
$ pip install -e .[dev]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
synergos-0.0.1.tar.gz
(15.6 kB
view hashes)
Built Distribution
synergos-0.0.1-py3-none-any.whl
(14.0 kB
view hashes)