SimMTM icon indicating copy to clipboard operation
SimMTM copied to clipboard

sktime version?

Open kaiXuewen opened this issue 1 year ago • 2 comments

ImportError: cannot import name 'load_data' from 'sktime.utils'.how did you slove this problem?

kaiXuewen avatar Mar 09 '24 03:03 kaiXuewen

I meet this problem too.

Zhangzzbzzb avatar Mar 20 '24 08:03 Zhangzzbzzb

Change from sktime.utils import load_data to from sktime.datasets import load_from_tsfile_to_dataframe. df, labels = load_from_tsfile_to_dataframe(filepath, return_separate_X_and_y=True, replace_missing_vals_with='NaN').

linxi20 avatar Jun 16 '24 13:06 linxi20