Skip to main content

Machine Learning Python utility functions

Project description

Machine Learning - Python utility functions

Convenient Python utility functions commonly used in the AI machine learning projects.

Build Package

References:

Dependencies: setuptools, wheel and twine

$ python setup.py sdist bdist_wheel

# For testing, upload to test.pypi.org
$ twine upload --repository-url https://test.pypi.org/legacy/ dist/*

# Install package from test.pypi.org
pip install --index-url https://test.pypi.org/simple/ --no-deps mlfns

# Release upload to pypi.org
$ twine upload --repository-url https://pypi.org/legacy/ dist/*

# Install package from test.pypi.org
pip install --index-url https://pypi.org/simple/ --no-deps mlfns

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

mlfns-0.0.5.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

mlfns-0.0.5-py3-none-any.whl (9.7 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