-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Getting errors when I run the example on the README #559
Comments
Hi there 👋, Thank you so much for your attention to PyPOTS! You can follow me on GitHub I have received your message and will respond ASAP. Thank you for your patience! 😃 Best, |
I got the model to run using the
and skipping the data scaling. Since you already have a test split in the You say:
Like, how exactly do you give it a validation set to train with? Finally, what is the purpose of computing the model error on the train subset? Surely that tells you nothing about how well the model would perform during actual application? Thanks |
I found a more complete and up to date example here https://github.com/WenjieDu/BrewPOTS/blob/main/PyPOTS_Imputation.ipynb, via the website. Perhaps just scrap the README example, and point new users to this tutorial? Thanks |
Hi, on a fresh install, I tried to test the library by running the example code on the README
However,
data
does not containX
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!The text was updated successfully, but these errors were encountered: