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

Create a "model package" format #6

Open
nikmolnar opened this issue Apr 14, 2021 · 0 comments
Open

Create a "model package" format #6

nikmolnar opened this issue Apr 14, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nikmolnar
Copy link
Contributor

Add support for creating and running model package files, which contain a model file and the data necessary to run it.

This could be as simple as a ZIP archive. Creating the package would involve searing the model for data dependencies, changing paths to be relative rather than absolute, and creating an archive with the modified model and dependent data.

Example archive structure:

model.mptz/
├─ model.mpt
├─ data/
   ├─ input.csv
@nikmolnar nikmolnar added the enhancement New feature or request label Apr 14, 2021
@nikmolnar nikmolnar self-assigned this Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant