-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MetricTracker #394
Add MetricTracker #394
Conversation
@JorisCos @jonashaag some feedback? |
VERY quick code review, looks ok, maybe remove the dumping (CSV/JSON) code entirely and let the user to it? It's only an additional |
At some point I will try to think of an integration of this into |
Yes, using Lightning for evaluation would really make things simple, and help us get rid on bash.. |
Thanks for the review. |
Resolved conflicts and clean things up. We should converge on a format for the output (dataframe, aggregate final results in dictionnary, dump to JSON, autogenerate markdown table). |
Just because it's less code duplicate and it seems useful.
Inspired by the
WerTracker
in #329.