<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Time Series Foundations on DATATWEETS</title><link>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/</link><description>Recent content in Time Series Foundations on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Sun, 28 Jun 2026 09:00:00 +0200</lastBuildDate><atom:link href="https://datatweets.com/courses/time-series-forecasting/time-series-foundations/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - What Makes Time Series Special</title><link>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-1-what-makes-time-series-special/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-1-what-makes-time-series-special/</guid><description>Ordinary datasets have independent, shuffleable rows. A time series is the opposite: temporal order carries meaning, values are autocorrelated, and standard cross-validation leaks the future into the past. This lesson explains the three properties that make forecasting its own discipline, and meets the Cyclepath series you&amp;rsquo;ll model all course.</description></item><item><title>Lesson 2 - The Datetime Index and Resampling</title><link>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-2-the-datetime-index-and-resampling/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-2-the-datetime-index-and-resampling/</guid><description>In pandas, a time series is a Series or DataFrame indexed by a DatetimeIndex that carries a frequency, and that calendar awareness is what makes real time-series work practical. This lesson builds the Cyclepath series, inspects its index, aggregates monthly data to yearly totals with resampling, and smooths it with a 12-month rolling mean that cancels the seasonality and reveals the trend.</description></item><item><title>Lesson 3 - Exploring and Visualizing a Series</title><link>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-3-exploring-and-visualizing-a-series/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-3-exploring-and-visualizing-a-series/</guid><description>Summary statistics orient you, but they can&amp;rsquo;t show shape — two series with the same mean can look nothing alike over time. This lesson builds the first habit of forecasting: always plot the series first. You&amp;rsquo;ll read trend and seasonality off Cyclepath&amp;rsquo;s line plot, overlay a rolling mean to isolate the trend, and use a by-month view to confirm the seasonal period.</description></item><item><title>Lesson 4 - Splitting Time Series and Baselines</title><link>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-4-splitting-time-series-and-baselines/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-4-splitting-time-series-and-baselines/</guid><description>Forecasting demands a chronological split — train on the past, test on the future — not a random one. This lesson holds out the last twelve months of Cyclepath, builds two baselines (naive and seasonal-naive), and scores them with MAE, RMSE, and MAPE, establishing the seasonal-naive bar that any real model must clear to earn its complexity.</description></item><item><title>Lesson 5 - Guided Project: Meet the Cyclepath Series</title><link>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-5-guided-project-meet-the-cyclepath-series/</link><pubDate>Fri, 10 Apr 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/time-series-forecasting/time-series-foundations/lesson-5-guided-project-meet-the-cyclepath-series/</guid><description>The Module 1 capstone. You&amp;rsquo;ll build Cyclepath from code, explore its trend and yearly seasonality with summary stats, resampling, and a rolling mean, then hold out the last year and establish naive and seasonal-naive baselines. By the end you have the series, an honest test set, and a bar to beat: seasonal-naive at 5.9% MAPE.</description></item></channel></rss>