BadSegmentationParameters:
antara-c opened this issue · 5 comments
antara-c commented
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?
antara-c commented
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?
deepcharles commented
Hi, what is the error?
deepcharles commented
What is the shape of df1_train['HPT_eff_mod'].value
?