Skip to content

GSoC_2018_time_series_prediciton

Viktor Gal edited this page Jan 29, 2018 · 1 revision

Time series prediction

Time series problems could be found in various areas of our life:

  • health care: ICU vital signs
  • financial market
  • sensor data

All of them requires a very different way of processing the input data and to train ML models, than in case of 'traditional' data set, even cross-validation is specific for this domain, see a quick intro into this domain.

Mentors

Difficulty & Requirements

  • C++ as Shogun needs to be extended quite a lot
  • time series indicators
  • independent

Description

The application of the project could be from any of your favourite domain, e.g.:

The main contribution of this project would be to develop methods within Shogun to support time series data processing and modelling. As there are already very good libraries that supports some of the required methods for time series analysis (e.g. Stan) the initial task would be to design how to integrate these tools into Shogun as implement an MVP that exposes the required method into Shogun itself.

Useful resources

Clone this wiki locally