A Brief Introduction to Change Point Detection using Python

A lot of my work heavily involves time series analysis. One of the great but lesser-known algorithms that I use is change point detection. Change point detection (or CPD) detects abrupt shifts in time series trends (i.e. shifts in a time series’ instantaneous velocity), that can be easily identified via the human eye, but are … Continue reading A Brief Introduction to Change Point Detection using Python