MLFlow – Is there a way to log all input parameters to a function?
I have a function which is meant to be extendable, and would like to ensure that all input parameters keep being logged without the need to manually check/add them. Is there a way to do this automatically?