Naive Forecasting With Matplotlib Pandas

Опубликовано: 18 Март 2025
на канале: VitoshAcademy
541
9

Naive Forecasting With Matplotlib Pandas is actually going over the code of chapter 2 from the book "Time Series Forecasting in Python"
(https://www.manning.com/books/time-se...)

The code is available here:
https://github.com/marcopeix/TimeSeri...

35% discount, for any Manning book (including this one) with this code:
blvitaca22

Contents:

Introduction 0:16
Summary of the video 1:53
Creating the project in PyCharm 5:03
Plot data with train/test split 9:38
Split to train/test 20:15
Predict historical mean 21:01
Predict last year mean 29:43
Predict with last known value 35:10
Naive seasonal forecast 39:10