BadSegmentationParameters:
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.
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
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 ?
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.
"You might be giving wrong number of columns or rows using iloc[]"
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.
"You might be giving wrong number of columns or rows using iloc[]"
The problem is most certainly with your code there. Press Return. CRLF...
@Vasuaggarwal0509 What is the shape of your array?
Edit: I'm not sure if you're answering to the issue or raising an issue. I'll close the issue for now, but feel free to reopen it