Reader small image

You're reading from  Forecasting Time Series Data with Facebook Prophet

Product typeBook
Published inMar 2021
Reading LevelBeginner
PublisherPackt
ISBN-139781800568532
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Greg Rafferty
Greg Rafferty
author image
Greg Rafferty

Greg Rafferty is a data scientist in San Francisco, California. With over a decade of experience, he has worked with many of the top firms in tech, including Google, Facebook, and IBM. Greg has been an instructor in business analytics on Coursera and has led face-to-face workshops with industry professionals in data science and analytics. With both an MBA and a degree in engineering, he is able to work across the spectrum of data science and communicate with both technical experts and non-technical consumers of data alike.
Read more about Greg Rafferty

Right arrow

Regularizing seasonality

Often, when solving a problem with machine learning, the data involved is so complex that a simple model just isn't powerful enough to capture the full subtlety of the patterns to be found. The simple model tends to underfit the data. In contrast, a more complicated model with many parameters and great flexibility can tend to overfit the data. It is not always easy, or possible, to use a simpler model. In these cases, regularization is a good technique to use in order to control overfitting.

Prophet is such a powerful forecasting tool that without care, it can sometimes be very easy to overfit the data. That's why understanding Prophet's regularization parameters can be quite useful.

Tip

A model is said to be underfit if it does not fully capture the true relationship between the input features and the output features. Performance is low on both the training data and any unseen testing data.

A model is said to be overfit if it goes...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Forecasting Time Series Data with Facebook Prophet
Published in: Mar 2021Publisher: PacktISBN-13: 9781800568532

Author (1)

author image
Greg Rafferty

Greg Rafferty is a data scientist in San Francisco, California. With over a decade of experience, he has worked with many of the top firms in tech, including Google, Facebook, and IBM. Greg has been an instructor in business analytics on Coursera and has led face-to-face workshops with industry professionals in data science and analytics. With both an MBA and a degree in engineering, he is able to work across the spectrum of data science and communicate with both technical experts and non-technical consumers of data alike.
Read more about Greg Rafferty