The machine learning toolkit for time series analysis in Python
BSD 2-Clause "Simplified" License
2.91k
stars
339
forks
source link
Import tslearn.clustering AttributeError: 'NoneType' object has no attribute 'split' #442
Open
aidenblake2 opened 1 year ago
Describe the bug Not able to import "TimeSeriesKMeans" from tslearn.clustering. It is resulting in following error message:
To Reproduce from tslearn.clustering import TimeSeriesKMeans
Expected behavior import tslearn.clustering without any error message
Environment (please complete the following information):