linxi20
Results
2
comments of
linxi20
Hello, I have also encountered this issue. Have you resolved it now?
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')`.