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
For mlflow autologging we currently log and trace methods like 'fit', 'predict', 'score', 'transform'.
Via Events we get information when certain substeps start, complete and extra attributes, like
Staging
Preprocessing
Checking
Feature trying
Feature building
Trainging
…
Use mlflow spans to trace those information under the parent trace.