Skip to content

Any way to serialize or rehydrate without retraining? #15

@jtlapp

Description

@jtlapp

I need to be able to do the following:

  1. Train on one computer and upload the model for prediction on a server.
  2. Repeatedly apply a model to different circumstances.

I think I could solve both problems if there were a way to serialize and deserialize ARIMA instances.

I experimented with serializing ARIMA instances via JSON.stringify and deserializing them into stub ARIMA instances, but the resulting predictions are wildly different, so that didn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions