Hi, on a fresh install, I tried to test the library by running the example code on the README
from pypots.data import load_specific_dataset
data = load_specific_dataset('physionet_2012') # PyPOTS will automatically download and extract it.
X = data['X']
However, data does not contain X
I get errors when I load my own data and fit the saits model on it, so I'm looking for an example dataset and workflow, so I can troubleshoot. Thanks!