Open
Description
Related to #24
If you have a reset the clock method, then you can provide a nice Python context manager to "time" a task
Example code:
with ds.timer():
model.fit()
ds.publish("trained my superb model")
Related to #24
If you have a reset the clock method, then you can provide a nice Python context manager to "time" a task
Example code:
with ds.timer():
model.fit()
ds.publish("trained my superb model")