Skip to content

Create a "model package" format #6

Description

@nikmolnar

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions