deepcharles / ruptures

ruptures: change point detection in Python
BSD 2-Clause "Simplified" License
1.6k stars 163 forks source link

BadSegmentationParameters: #325

Open antara-c opened 4 months ago

antara-c commented 4 months ago

I am trying out the very basic form of ruptures through this code -

algo = rpt.Pelt(model="rbf").fit(df1_train['HPT_eff_mod'].values) result = algo.predict(pen=200)

I need this resolved urgently and any help would be greatly appreciated.

tg12 commented 4 months ago

You really need to provide more detail. I suggest your data needs cleaning, What does the input look like?

antara-c commented 4 months ago

The input is float values from the High pressure turbine of a simulated aircraft engine

tg12 commented 4 months ago

Can you share it or not? Have you sanitized it? How big is the dataset?

deepcharles commented 4 months ago

Hi, what is the error?

deepcharles commented 4 months ago

What is the shape of df1_train['HPT_eff_mod'].value ?