Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sktime version? #7

Open
kaiXuewen opened this issue Mar 9, 2024 · 2 comments
Open

sktime version? #7

kaiXuewen opened this issue Mar 9, 2024 · 2 comments

Comments

@kaiXuewen
Copy link

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

@Zhangzzbzzb
Copy link

I meet this problem too.

@linxi20
Copy link

linxi20 commented Jun 16, 2024

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').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants