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

2014-04-11 Thread Johannes Kulick
Hi, I added an Ipython notebook with example code to the repo. Johannes Quoting Alexandre Gramfort (2014-04-11 11:24:00) > hi Johannes, > > I am personally interested by this code. Can you make it a bit > more userfriendly adding an example as we do with sklearn? > > for sklearn, to start, wha

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

2014-04-11 Thread Alexandre Gramfort
hi Johannes, I am personally interested by this code. Can you make it a bit more userfriendly adding an example as we do with sklearn? for 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

[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