Mlnotify Versions Save

🔔 No need to keep checking your training - just one import line and you'll know the second it's done.

v1.0.51

2 years ago
  • Add catboost support
  • Add Jupyter python magic command: %%notify

@dcizin #51 @PragyanSubedi #44

v1.0.44

2 years ago

v1.0.35

2 years ago

Features

  • SDK: A reset mechanism is added to allow for subsequent invocations

    This will now work as expected (two different plugin invocations)

    import time
    from mlnotify import start, end
    
    start()
    time.sleep(15)
    end()
    
    start()
    time.sleep(15)
    end()
    

v1.0.22

2 years ago