Re: [R] Any Unsupervised Learning Algorithm for Time Series Forecasting in R

2018-06-20 Thread Hasan Diwan
Paul, On Wed, 20 Jun 2018 at 09:04, Paul Bernal wrote: > I would like to know if R has any unsupervised algorithm to generate > forecasts for historical data. Yes , it does. Perhaps you'd be kind enough to provide a sample of your data --dput(sample(pauls.data)) on gist.github.com -- and what

Re: [R] Any Unsupervised Learning Algorithm for Time Series Forecasting in R

2018-06-20 Thread Bert Gunter
... and II should have added that the "forecast" package may be what you're looking for. Cheers, Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Wed,

Re: [R] Any Unsupervised Learning Algorithm for Time Series Forecasting in R

2018-06-20 Thread Bert Gunter
Depending on exactly what you mean by"unsupervised", many. See here under "Decomposition and filtering": https://cran.r-project.org/web/views/TimeSeries.html You could also search on something like "smooth time series R" etc. However, assuming I have correcty interpreted "unsupervised

[R] Any Unsupervised Learning Algorithm for Time Series Forecasting in R

2018-06-20 Thread Paul Bernal
Dear friends, Hope you are all doing great. I would like to know if R has any unsupervised algorithm to generate forecasts for historical data. Any help will be greatly appreciated, Best regards, Paul [[alternative HTML version deleted]] __