Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataset/Model relation #55

Open
ivergara opened this issue May 28, 2016 · 0 comments
Open

Dataset/Model relation #55

ivergara opened this issue May 28, 2016 · 0 comments

Comments

@ivergara
Copy link
Collaborator

The nature of the relationship between datasets and models is a many to many one. Thus my suggestion would be to put the emphasis at the level of model. Basically any one dataset can be linked to many models, and each model registers which datasets its linked to.

The idea is that later on, when doing the fit, the model knows against which data it has to fit.

Of course, as an alternative, we could keep datasets and models very independent of each other and give to the fit routine a model and a set of datasets.

What do you think @francescorandi ?

@ivergara ivergara added this to the Archimedes milestone May 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant