Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Model lineage #7

Open
2 tasks
asinghvi17 opened this issue Feb 8, 2020 · 1 comment
Open
2 tasks

Model lineage #7

asinghvi17 opened this issue Feb 8, 2020 · 1 comment

Comments

@asinghvi17
Copy link
Contributor

asinghvi17 commented Feb 8, 2020

  • Root model is the first model in the project, child models branch off that.
  • We can use a treelike structure to represent this lineage, and visualize them either using Plots or D3Trees.
  • When creating an FPM, we should have an optional keyword argument which specifies the parent model.

Questions

  • What is the product in this case - the model itself, or the fitted model?
  • Where do these visualizations need to go?

@vjd, any clarity you can give on this would be appreciated.

@vjd
Copy link
Member

vjd commented Feb 17, 2020

The product in my mind is a map of the model lineage. Each element of this map can be queriable to extract fpm or the model itself such that the user can compose the comparisons if required, with the default being some comparison from our end.

These visualizations are only for interactive use and we can let the user store that image in the place of his/her choice. We can by default send them to a the ./reports/figures folder?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants