hildensia / bayesian_changepoint_detection

Methods to get the probability of a changepoint in a time series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

using deprecated scipy.misc import comb - should be scipy.special

magpie707 opened this issue · comments

line 4 of offline_changepoint_detection.py is importing comb from scipy.misc. it's been deprecated and now it looks like you have to import comb from scipy.special.

solved by #22