NVE / avalanche_ml

Applying machine learning in the Norwegian Avalanche warning Service
MIT License
2 stars 1 forks source link

Add load/dump methods to machine and export to aw #9

Closed widforss closed 4 years ago

widforss commented 4 years ago

BulletinMachine now has methods load and dump to persist models on disk.

LabeledData method to_aw exports predicted data to a list of AvalancheWarning, used in varsomdata.

widforss commented 4 years ago

695dd8d05571a00f3cf0d9f5759a99ecd7f72f76 resolves #12.