Publications by Peter Laurinec

Ensemble learning for time series forecasting in R

18.10.2017

Ensemble learning methods are widely used nowadays for its predictive performance improvement. Ensemble learning combines multiple predictions (forecasts) from one or multiple methods to overcome accuracy of simple prediction and to avoid possible overfit. In the domain of time series forecasting, we have somehow obstructed situation because of d...

9511 sym R (9819 sym/24 pcs) 16 img

TSrepr – Time Series Representations in R

25.01.2018

I’m happy to announce a new package that has recently appeared on CRAN, called “TSrepr” (version 1.0.0: https://CRAN.R-project.org/package=TSrepr). The TSrepr package contains methods of time series representations (dimensionality reduction, feature extraction or preprocessing) and several other useful helper methods and functions. Time ser...

12499 sym R (4067 sym/25 pcs) 14 img

TSrepr use case – Clustering time series representations in R

12.03.2018

In the previous blog post, I showed you usage of my TSrepr package. There was shown what kind of time series representations are implemented and what are they good for. In this tutorial, I will show you one use case how to use time series representations effectively. This use case is clustering of time series and it will be clustering of consumer...

7296 sym R (5855 sym/22 pcs) 16 img

My eRum 2018 biggest highlights

18.05.2018

On the range of dates 14.-16. May 2018, the European R users meeting (eRum) was held in Budapest. I was there as an active participant since I had the presentation about time series data mining. The eRum 2018 was a very successful event and I want to thank organizers of this event for a great organization of it. This blog post will be oriented o...

4811 sym 2 img

Multiple Data (Time Series) Streams Clustering

02.02.2019

Related To leave a comment for the author, please follow the link and comment on their blog: Peter Laurinec. R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job. Want to share your content on R-bloggers? click here if ...

396 sym

Bootstrapping time series for improving forecasting accuracy

20.10.2019

Bootstrapping time series? It is meant in a way that we generate multiple new training data for statistical forecasting methods like ARIMA or triple exponential smoothing (Holt-Winters method etc.) to improve forecasting accuracy. It is called bootstrapping, and after applying the forecasting method on each new time series, forecasts are then agg...

8793 sym R (7141 sym/13 pcs) 22 img

Dangerous streets of Bratislava! Animated maps using open data in R

09.11.2019

At the work recently, I wanted to make some interesting start-up pitch (presentation) ready animated visualization and got some first experience with spatial data (e.g. polygons). I enjoyed working with such a type of data and I wanted to improve on working with them, so I decided to try to visualize something interesting with Bratislava (Slovaki...

6888 sym R (21650 sym/36 pcs) 18 img

CoronaDash app use case – Clustering countries’ COVID-19 active cases trajectories

26.05.2020

COVID-19 disease spread hit the World really globally and also the field of mathematicians/ statisticians/ machine learning researchers and related. These experts want to help to understand for example future trends (forecast) of the coronavirus spread. My motivation, in this case, was to create interactive dashboard about COVID-19 to inform abou...

6233 sym R (15335 sym/15 pcs) 6 img