You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for your attention to PyPOTS! You can follow me on GitHub
to receive the latest news of PyPOTS. If you find PyPOTS helpful to your work, please star⭐️ this repository.
Your star is your recognition, which can help more people notice PyPOTS and grow PyPOTS community.
It matters and is definitely a kind of contribution to the community.
I have received your message and will respond ASAP. Thank you for your patience! 😃
Best,
Wenjie
MianchuWang
changed the title
ImportError: cannot import name 'load_specific_dataset' from 'pypots.data'
ImportError: cannot import 'load_specific_dataset' from 'pypots.data'
Jul 25, 2024
Thanks for reporting this, Mianchu. Yes, since the release of BenchPOTS, we've been trying to deprecate detailed processing functions in PyPOTS lib. We'll fix this bug in the next minor version. Still, please use BenchPOTS to help preprocess the datasets. We'll update our tutorials as well recently.
If our work is helpful to you, please star our work to make more people notice it ;-)
1. System Info
When I import the function with
from pypots.data import load_specific_dataset
It shows
ImportError: cannot import name 'load_specific_dataset' from 'pypots.data'
I checked the source code and I didn't find a function named
load_specific_dataset
in the directory ofpypots.data
.There may be something wrong.
2. Information
3. Reproduction
from pypots.data import load_specific_dataset
4. Expected behavior
It should successfully load the dataset:
data = load_specific_dataset('physionet_2012')
The text was updated successfully, but these errors were encountered: