Matheus Moreno
03/29/2022, 5:20 PMLucas Rolim
03/30/2022, 3:24 AMKetan (kumare3)
@task
@mlfow
def task1():
...
pattern explained here. Someone has done this for clearml as well, but not open sourced itStephen
03/30/2022, 6:39 AM@task
@mlflow
def task1():
...
as you suggested Ketan.
It is still in my backlog but if you peeps wanna work on it feel free to do so, I could help as well I just don’t have the time for now to fully commit to it 😕Matheus Moreno
03/30/2022, 1:29 PMconfigure_mlflow()
helper function.
I think this decorator could work in two ways: a) by simply starting and ending a run, and configuring the connection to the server if needed; or b) same as (a), but also by keeping track of all logs being made inside a function, and batch logging everything after the run is over. Functionality (a) is very trivial, maybe too trivial to become an integration; functionality (b) would be awesome, but I cannot think of a way to implement it without creating an extra layer of work to the end user. Thoughts?Ketan (kumare3)