trend_classifier
trend_classifier copied to clipboard
Error on segmentation
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
Yeah, me too