You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gain better understanding of where and how dataset information is logged.
Include relational structure of data in logging
Figure out how and where to differentially log performance metrics across datasets
Tag logging customization: Come up with an intuitive way to log tags. Keep in mind the gap between getml’s native list based tags versus mlflow’s dictionary based tags.
Goals
pipe.{fit,predict}:run→ (feature learning:subrub,training:subrun,predict:subrun) →target:subrun))Considerations & Ideas
pipe.{fit,predict}:run→ (feature learning:subrub,training:subrun,predict:subrun) →target:subrun)) we need to able to identify events emitted by the enginecommunication.logpython-apiEngineLogHandlerRegistry, cf.[EngineExceptionHandlerRegistry](https://github.com/getml/getml-community/blob/main/src/python-api/getml/exceptions.py#L94)) that allows callers to hook into the engine’s raw event streamBreakdown
EngineLogHandlerRegistry@sören NikolausNest Step
EngineLogHandlerRegistry@sören Nikolaus