Skip to main content

Tools for managing small Machine Learning projects

Project description

Tools for managing small Machine Learning projects

list of tools:

  • Slack Bot

Installation

pip install ML-tools

Usage

Post message to Slack

    from ML_tools import SlackNotifier
    SlackNotifier(TOKEN).message("testing baby")

Post error to Slack

    from ML_tools import SlackNotifier
    try:
        smart = 1/0
    except Exception as e:
        SlackNotifier(TOKEN).error(e)

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

ML_tools-0.0.7.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

ML_tools-0.0.7-py3-none-any.whl (2.1 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