eyadgaran / SimpleML

Machine learning that just works, for effortless production applications
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Proxy DB objects #65

Closed eyadgaran closed 2 years ago

eyadgaran commented 3 years ago

Working thought: create a code only persistable class that mirrors the orm class and serializes/deserializes from. will have no db state so can be pickled and parallelized. can also use as base objects without a db connection - if someone wanted to use the abstraction layer without the persistence

creates a nice separation between metadata and operational code