Since Azure ML cannot do multivariate regression, we need to implement our own solution.
First step of this process is to develop and train a custom regressor model based on training data aggregated from luftdaten and openweathermap. We will use python and Keras to create, train, and store this model.
Issue by mareklinka Thu Aug 30 12:48:16 2018 Originally opened as https://github.com/ERNICommunity/dust-measurement-network/issues/33
Since Azure ML cannot do multivariate regression, we need to implement our own solution.
First step of this process is to develop and train a custom regressor model based on training data aggregated from luftdaten and openweathermap. We will use python and Keras to create, train, and store this model.