Hacker News new | ask | show | jobs
by yodon 2551 days ago
This looks very cool. Do you see it as tightly coupled to ML or would you think this is adaptable to more general tracking of dataset processing? It looks pretty flexible to me after a quick glance but I haven't had time to dig deeper and understand the details of how it works.
1 comments

I started off having strong integration with ML frameworks but eventually, I made it more generic to track any kind of metrics and parameters especially if one is using a custom algorithm.

I'm working on adding data versioning where one can keep version their datasets and pull it anywhere using a line of code in python or command line.

Very cool. Is there a way to add thumbnails or similar to the datasets/UI, to help someone who is trying to find the right dataset spot it more easily without having to go in and open individual files?
Yeah, I'll be adding that. There will be an option to toggle between list and thumbnail view.