Skip to content

Releases: aporia-ai/mlnotify

v1.0.51

27 Oct 18:57
Compare
Choose a tag to compare
  • Add catboost support
  • Add Jupyter python magic command: %%notify

@dcizin #51
@PragyanSubedi #44

v1.0.44

26 Aug 10:07
Compare
Choose a tag to compare
Version v1.0.44

v1.0.35

24 Aug 17:16
Compare
Choose a tag to compare

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()

Open sourced

22 Aug 15:26
Compare
Choose a tag to compare
v1.0.22

Version v1.0.22