Skip to main content

machine learning core library

Project description

go-ml-core

Some share utilities in Gogoro Machine Learning Team.

Release instructions

  • To install essential packages
pip3 install setuptools wheel twine
  • To prepare a ~/.pypirc
[distutils]
index-servers = pypi

[pypi]
repository:https://upload.pypi.org/legacy/
username:<username>
password:<password>
  • To revision new version in setup.py

  • To compile and upload

python3 setup.py sdist bdist_wheel
twine upload --skip-existing dist/*

Config Setting

Reference

config.yml

Optional configs

  • mlcore.datahelper.s3.write
default: mlcore.datahelper.s3.read
  • mlcore.datahelper.s3.read.s3baseprefix
default: "ml/"
  • mlcore.datahelper.s3.read.aws-access-key-id & mlcore.datahelper.s3.read.aws-secret-access-key
login using key or not
  • mlcore.datahelper.s3.read.role-arn & mlcore.datahelper.s3.read.role-session-name
assume role or not

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

go-ml-core-0.1.3.dev3.tar.gz (22.4 kB view hashes)

Uploaded Source

Built Distribution

go_ml_core-0.1.3.dev3-py3-none-any.whl (51.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page