-
Notifications
You must be signed in to change notification settings - Fork 2
MIXLB Follow up
Timothy Brathwaite edited this page Jun 25, 2020
·
1 revision
The following "to-do" items all remain and are apparent after implementing the MIXLB model in PyTorch:
- unit tests for InputMixlB, especially the
from_df
method. - moving MIXLB notebooks from
notebooks/miscellaneous
tonotebooks/
. - creating a docker image for the repository.
- creating a reproducible workflow that:
- Performs all necessary raw data transformations for
- model estimation and
- forecasting.
- Estimates all models (MNL, MIXLA, MIXLB).
- Creates all model checking outputs, for each model.
- Creates all replication outputs, for each model.
- Copying all outputs used in the accompanying article into locations that are easily accessible by the article latex document and easily packaged for ArXiv.
- Compiles the accompanying article.
- Creates the zip archive for upload to ArXiv.
- Performs all necessary raw data transformations for
- making the accompanying research article fully reproducible (eliminating manually entry/edit of values, charts, and figures).