Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 549 Bytes

File metadata and controls

12 lines (6 loc) · 549 Bytes

Stream Simple ML Build Status

The project provides simple machine learning helper libraries.

Dev Setup

Please follow the instructions here.

TODO

  • The model reader writes the model to a temp file which is only deleted when the JVM exits. This should be fixed so that a temp file is either never written or is deleted immediately after a model is read and reated.