eyadgaran / SimpleML

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

Allow Cyclical dependency chains for transfer learning models #54

Open eyadgaran opened 3 years ago

eyadgaran commented 3 years ago

To support transfer learning allow models to depend on other models

*can also use this to support online learning (each model is an incremental version of a previous one with configs indicating the changes and data mapping to the new dataset input)