Re: [Scikit-learn-general] Bayesian Changepoint Detection

2014-04-11 Thread Johannes Kulick
sklearn, to start, what I recommend is to adapt it to use the sklearn API > and add it to the wiki page of related projects. > > best, > Alex > > > On Fri, Apr 11, 2014 at 10:48 AM, Johannes Kulick > wrote: > > Hi there, > > > > Over the last days I impl

[Scikit-learn-general] Bayesian Changepoint Detection

2014-04-11 Thread Johannes Kulick
Hi there, Over the last days I implemented Bayesian Changepoint Detection (online & offline versions). The code is not polished yet, but I wondered if there is interest in me getting the code to a state s.t. it could be included to scikit learn? For the online version I basically translated a mat