I'd also check out the pandas <http://pandas.pydata.org/> package, as it
might do what you want with timeseries. I'd also note that you should use
caution when doing Machine Learning on time-series, especially after you
smooth your data.  This introduces autocorrelations into your signal which
might do bad things when using methods like cross-validation if you don't
calculate your splits correctly.


On Mar 10, 2015 11:34 PM, "Leo Kris Palao" <lk.pa...@gmail.com> wrote:

> Hi Gael,
>
> Thanks for your quick reply. My apologies.
>
> Thanks,
> -Leo
>
> On Wed, Mar 11, 2015 at 1:48 PM, Gael Varoquaux <
> gael.varoqu...@normalesup.org> wrote:
>
>> Hi,
>>
>> Filtering is off topic for scikit-learn as it is more related to signal
>> processing than machine learning.
>>
>> However, googling for "Savitzky-Golay filter Python" gives me:
>>
>> - http://docs.scipy.org/doc/scipy-dev/reference/signal.html: in the
>>   latest scipy there is a Savitzky-Golay
>>
>> - http://wiki.scipy.org/Cookbook/SavitzkyGolay
>>   Some code is out there to do Savitzky-Golay filtering
>>
>> Gaƫl
>>
>> On Wed, Mar 11, 2015 at 01:40:19PM +0800, Leo Kris Palao wrote:
>> > Hi Scikit Users,
>>
>> > I have a 11 years of MODIS NDVI data that I want to process for drought
>> > assessment. But first I want to smooth my NDVI time series data to
>> reduce/
>> > remove noise that will affect my assessment. Can you point me in the
>> right
>> > direction?
>>
>> > Thanks,
>> > -Leo
>>
>> >
>> ------------------------------------------------------------------------------
>> > Dive into the World of Parallel Programming The Go Parallel Website,
>> sponsored
>> > by Intel and developed in partnership with Slashdot Media, is your hub
>> for all
>> > things parallel software development, from weekly thought leadership
>> blogs to
>> > news, videos, case studies, tutorials and more. Take a look and join the
>> > conversation now. http://goparallel.sourceforge.net/
>>
>> > _______________________________________________
>> > Scikit-learn-general mailing list
>> > Scikit-learn-general@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>>
>>
>> --
>>     Gael Varoquaux
>>     Researcher, INRIA Parietal
>>     Laboratoire de Neuro-Imagerie Assistee par Ordinateur
>>     NeuroSpin/CEA Saclay , Bat 145, 91191 Gif-sur-Yvette France
>>     Phone:  ++ 33-1-69-08-79-68
>>     http://gael-varoquaux.info
>> http://twitter.com/GaelVaroquaux
>>
>>
>> ------------------------------------------------------------------------------
>> Dive into the World of Parallel Programming The Go Parallel Website,
>> sponsored
>> by Intel and developed in partnership with Slashdot Media, is your hub
>> for all
>> things parallel software development, from weekly thought leadership
>> blogs to
>> news, videos, case studies, tutorials and more. Take a look and join the
>> conversation now. http://goparallel.sourceforge.net/
>> _______________________________________________
>> Scikit-learn-general mailing list
>> Scikit-learn-general@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>>
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
>

-- 
_____________________________________

PhD Candidate in Neuroscience | UC Berkeley <http://hwni.org/>
Editor and Web Master | Berkeley Science Review
<http://sciencereview.berkeley.edu/>
_____________________________________
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to