Time Series Modelling with Prophet

Recently I have been working on time series modelling for demand prediction, a very useful but indeed difficult task. After doing some research on the topic, and experimenting with different models, I stumbled upon the out-of-box model Prophet, developed and maintained by Facebook. Motivated by its ease of use, and impressive performance, I decided to give it a try. This article will be focused on how Prophet works, why it is such an appealing model, and how you can get started with Prophet on your own time series problems.

Samuel Tober

Samuel Tober
Msc. student in computer science at the Royal Institute of Technology (KTH) working as a data analyst. Passionate about piano and climbing.

Transformer Networks

[Work in progress]… Continue reading

Partially Observed Data

Published on April 30, 2021

Convolutional Neural Network from Scratch

Published on April 27, 2021