kubeflow / metadata

Repository for assets related to Metadata.
Apache License 2.0
121 stars 69 forks source link

Add basic lineage logging for model, data, and metrics in notebook #60

Closed zhenghuiwang closed 5 years ago

zhenghuiwang commented 5 years ago

/kind feature

Describe the solution you'd like Improve the current backend/PyClient to have a lineage tracking for notebook. For the demo book we should have information which dataset generates the model and the metrics.

zhenghuiwang commented 5 years ago

/assign @zhenghuiwang

ryandawsonuk commented 5 years ago

Could I ask where I can find the demo book?

zhenghuiwang commented 5 years ago

@ryandawsonuk The demo notebook source code is linked in PR #69

Once the SDK being published, the notebook should be able to run in KF notebook service.