Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
R Data Science Essentials

You're reading from  R Data Science Essentials

Product type Book
Published in Jan 2016
Publisher
ISBN-13 9781785286544
Pages 154 pages
Edition 1st Edition
Languages

Table of Contents (15) Chapters

R Data Science Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Getting Started with R Exploratory Data Analysis Pattern Discovery Segmentation Using Clustering Developing Regression Models Time Series Forecasting Recommendation Engine Communicating Data Analysis Index

Methods to improve accuracy


There are a few general methods that help in improving the accuracy of the forecasting model. In this section, we will have a brief discussion about these methods.

The widely used method is to split the dataset into training and testing. Build the forecasting model using the training dataset and test for the accuracy using the testing dataset. Rebuild the forecasting model by tweaking the parameters until the error is minimal.

The other method is to combine multiple algorithms and compute the weighted average in order to arrive at the final prediction.

As the seasonality and trend have a high influence on the forecasting model, it is better to keep updating the forecasting model on a frequent basis.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}