Skip to content

Work in progress

benedikt-voelkel edited this page Jan 14, 2019 · 4 revisions

General comments

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.

Configurable models

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.

Plans and Todo:

  1. Enable configuration for keras
  2. Add scikit and xgboost
  3. Enable additional possibility to add 'any' model defined by the user.

Status

The development is currently in the middle of 1., hence, it does not run yet.

Clone this wiki locally