openmednlp / boonai

A simple ML suite for use by non-experts
MIT License
2 stars 1 forks source link

Changes the way models are persisted and loaded #21

Closed fatkaratekid closed 5 years ago

fatkaratekid commented 5 years ago

The algorithms are now defined by inheriting Algorithm class. This allows for more standardized persisting and loading. It also allows usage of multiple model binaries for prediction. Persisting and loading of this is automated through inheritance. So far only sklearn and keras serializing is supported, but can be easily extended for anything.