Monitor you model training anywhere.
Project description
ML Experiments
This package is under development.
Installation
pip3 install ml-experiments --upgrade
# or (if you are not getting the latest version)
pip3 install git+https://github.com/abdalrhmanu/ml-experiments.git --upgrade
Notification
from ml_experiments.notify import notify_desktop, notify_email
@notify_desktop(title='Testing Completed!')
def train():
// .. some training code ..
return {"loss": 5}
@notify_email(recipient_emails=['emai1@email.com'], sender_email=['emai2@email.com','emai3@email.com'])
def train():
// .. some training code ..
return {"loss": 5}
Running Tests
cd tests
python3 test_filename.py
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
ml_experiments-0.1.3.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file ml_experiments-0.1.3.tar.gz
.
File metadata
- Download URL: ml_experiments-0.1.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dece4c27980140aa4822e775082e7818c440b59f4fe16c103af8502e587d92c3 |
|
MD5 | 9d1f20ad869809c65abf062253a36c49 |
|
BLAKE2b-256 | cdabf00bf43c1b2468ca51ab453c032136f48f1396ec76d4d9043298d9caeaff |
File details
Details for the file ml_experiments-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: ml_experiments-0.1.3-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e79057a9e75fe931ba824abdb1c252359f183368395f5a555aa8051f3707be9c |
|
MD5 | e656d8d6572dd81900cec7b4bd014fbc |
|
BLAKE2b-256 | 1727241ef8a367dc88f0875e250e37abc93f9afbb2f3f81d1854dbef95ae4d9c |