-
Notifications
You must be signed in to change notification settings - Fork 47
Work in progress
benedikt-voelkel edited this page Jan 14, 2019
·
4 revisions
This page collects work in progress which takes a bit more time. Open a section for you WIP project and link WIP-PRs if there are some.
PR: #54
This WIP concerns the extension to use configurable Keras and eventually other models. It provides model templates with default parameters and also one default model. The parameters are specified in a YAML whereas the model definitions are contained in a <template_ml>.py which are connected and then the requested model is returned.
- Enable configuration for keras
- Add scikit and xgboost
- Enable additional possibility to add 'any' model defined by the user.
The development is currently in the middle of 1., hence, it does not run yet.