deepcharles/ruptures

BadSegmentationParameters:

antara-c opened this issue · 5 comments

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

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

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

tg12 commented

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

Hi, what is the error?

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