chovanecm / sacredboard

Dashboard for sacred. Monitor and access your past machine learning experiments.
MIT License
184 stars 39 forks source link

Create RunDAO #69

Closed chovanecm closed 6 years ago

chovanecm commented 7 years ago

Similarly to having a MetricsDAO class, create a RunDAO class and its implementation for all of the backends that exist now.

Public methods:

The MongoDB implementation currently implements parsing queries. For now, it moves to the MetricsDAO implementation for MongoDB, but it should later be generalised.