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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ML_tools-0.0.7.tar.gz.
File metadata
- Download URL: ML_tools-0.0.7.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e348eadc3b07ba84ecaec1290a4075c9b739b0167014a203a7f2f590979f70b1
|
|
| MD5 |
0c6338c7d35aa2f9d5da87c427cd80bb
|
|
| BLAKE2b-256 |
1e1208df5c8801e815536298969bbde858a6cc01a4a118f0db3ed5febf48deac
|
File details
Details for the file ML_tools-0.0.7-py3-none-any.whl.
File metadata
- Download URL: ML_tools-0.0.7-py3-none-any.whl
- Upload date:
- Size: 2.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/50.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26c846974d6e88ef84fd559d86feefe868e3e3680227075d4f61b555422abc64
|
|
| MD5 |
85f3ecdabaead25bb8ad7ac6f9b5b6c0
|
|
| BLAKE2b-256 |
f2c15b5f13f59ce619e6e18d0fff767095e4225e7be8b50a8af3b04765d1c31f
|