Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-30 Thread Didier Vila
Gael, Thanks for let me know. Didier -Original Message- From: Gael Varoquaux [mailto:gael.varoqu...@normalesup.org] Sent: 30 October 2012 10:31 To: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW) On Tue, Oct 30, 2012

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-30 Thread Gael Varoquaux
On Tue, Oct 30, 2012 at 10:08:19AM -, Didier Vila wrote: > So, I will be an active reader/tester/ user of the implementation of the DTW > once everything is in scikit learn. I am not sure that DTW is in the scope of scikit-learn right now: the scikit still has no good way of dealing with time

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-30 Thread Didier Vila
t: Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW) A very good and efficient generalization of DTW is the Global Alignment Kernel of Marco Cuturi: http://www.iip.ist.i.kyoto-u.ac.jp/member/cuturi/GA.html I did a small cython wrapper if you want to try it out: http://www.iip.ist.i.

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-30 Thread Adrien
A very good and efficient generalization of DTW is the Global Alignment Kernel of Marco Cuturi: http://www.iip.ist.i.kyoto-u.ac.jp/member/cuturi/GA.html I did a small cython wrapper if you want to try it out: http://www.iip.ist.i.kyoto-u.ac.jp/member/cuturi/Code/TGA_python_wrapper_v1.0.tar.gz C

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread Stéfan van der Walt
On Mon, Oct 29, 2012 at 11:10 AM, Alexandre Gramfort wrote: > DTW in O(n^2) is super easy to implement. A good exercise with cython ! > Some implementations exist in O(n) although they give only good > approximations. Also see: https://github.com/scikit-image/scikit-image/blob/master/skimage/gr

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread didier vila
kit-learn-general@lists.sourceforge.net > Subject: Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW) > > hi, > > DTW in O(n^2) is super easy to implement. A good exercise with cython ! > Some implementations exist in O(n) although they give only good > approximatio

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread Alexandre Gramfort
From: Olivier Grisel [mailto:olivier.gri...@ensta.org] > Sent: 29 October 2012 14:08 > To: scikit-learn-general@lists.sourceforge.net > Subject: Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW) > > 2012/10/29 Didier Vila : >> Good Afternoon all, >> >>

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread Didier Vila
- From: Olivier Grisel [mailto:olivier.gri...@ensta.org] Sent: 29 October 2012 14:08 To: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW) 2012/10/29 Didier Vila : > Good Afternoon all, > > Does Scikit learn have the dyn

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread Didier Vila
<mailto:mbruna...@capquestco.com> From: Leon Palafox [mailto:leonoe...@gmail.com] Sent: 29 October 2012 16:22 To: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW) Didier Try using the DTW library in R with a wrapper to python

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread Leon Palafox
n-general@lists.sourceforge.net > Subject: Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW) > > 2012/10/29 Didier Vila : > > Good Afternoon all, > > > > Does Scikit learn have the dynamic time warping measure embedded in the > > framework ? > > No. >

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread Didier Vila
: scikit-learn-general@lists.sourceforge.net Subject: Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW) 2012/10/29 Didier Vila : > Good Afternoon all, > > Does Scikit learn have the dynamic time warping measure embedded in the > framework ? No. > If yes, can I use it

Re: [Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread Olivier Grisel
2012/10/29 Didier Vila : > Good Afternoon all, > > Does Scikit learn have the dynamic time warping measure embedded in the > framework ? No. > If yes, can I use it with clustering/ svm tools ? > > If not, do you have any other alternatives / suggestions ? According to the wikipedia article: http

[Scikit-learn-general] Dynamic Time Warping measure (DTW)

2012-10-29 Thread Didier Vila
Good Afternoon all, Does Scikit learn have the dynamic time warping measure embedded in the framework ? If yes, can I use it with clustering/ svm tools ? If not, do you have any other alternatives / suggestions ? Regards Didier This e-mail is intended solely for the addressee, is strictly conf