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

meta-model: multiple LDA_TS structure: function and options list #149

Open
juniperlsimonis opened this issue Dec 23, 2019 · 1 comment
Open

Comments

@juniperlsimonis
Copy link
Member

the next step upwards in the model structural hierarchy will combine multiple individual full runs of an LDA_TS model

we need to determine what we'll call it (mLDA_TS, LDA_TSs, ??), but this function will allow for multiple runs of the same model front-to-back but with perhaps different data, for example with leaving-out-cross validation approaches that work with evaluation of the full model at the end, rather than at each component.

this functionality will also allow for a more active decision making about each of the component models (see #146 #147 #148), allowing the user to for example decide on which topic model or time series model to use.

accordingly, we'll need a higher-level options list that controls the full model run, evaluation, and selection.

@juniperlsimonis
Copy link
Member Author

we'll want to have some element at the top level and perhaps at lower levels in the model objects that indicates which data are used/not out of a whole data set

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

No branches or pull requests

1 participant