trend_classifier icon indicating copy to clipboard operation
trend_classifier copied to clipboard

Error on segmentation

Open majidebraa opened this issue 1 year ago • 1 comments
trafficstars

when I ran on Python 3.10 the sample code on the readme file got this error: trend_classifier/segmentation.py:63: UserWarning: No data frame provided, column argument will be ignored. self._handle_input_data(column=column, df=df, x=x, y=y)

and when I ran on Python 3.8 get the following error: /trend_classifier/segment.py", line 20, in Segment slopes: list[float] = [] TypeError: 'type' object is not subscriptable

majidebraa avatar Apr 06 '24 08:04 majidebraa

Yeah, me too

pije76 avatar Jun 17 '24 13:06 pije76