Get notified when
train()

is complete

No need to keep checking your training. Add just 1 import line and MLNotify will let you know the second it's done.

0
Models have been trained with MLNotify

Enter the ID Training Code here

How to do it yourself

1. Install package
pip3 install mlnotify
2. Import package to code
import mlnotify
3. Run your model's training
model.fit(X_train, y_train, ...)
...or just run
mlnotify.start()
to test it quickly :)
Made with
by