chovanecm / sacredboard

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

Rework detailsView to be a knockout HTML component. #65

Closed chovanecm closed 7 years ago

chovanecm commented 7 years ago

It is difficult to add new features to the existing detail view of a run. Create a new component:

<detail-view params="run: runFromRunTable, deleteRunHandler: deleteRunHandler"></detail-view>