时间序列处理之change point detection
最近在做时间序列分析的任务,其中需要用到change point detection 的技术,由于change point不是我研究的重点,打算找找python有没有什么library可以直接用,刚好找到一个还不错的library叫ruptures,写出来分享一下
ruptures
直接上链接:https://centre-borelli.github.io/ruptures-docs/
网站上描述的非常详细,如果想了解detection的算法的话也有相关的论文。user guide 里有所有functions的用法,并且附有例子
pip:
pip install ruptures
conda:
conda install ruptures
https://centre-borelli.github.io/ruptures-docs/