-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
PyPOTS_Tutorials.ipynb on Colab #495
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, |
Hi @eroell, many thanks for pointing out this! Would you be interested in helping update the tutorials in https://github.com/WenjieDu/BrewPOTS as well? |
Happy to look into e.g. the classification and imputation one there! |
The tutorials there are for older versions of PyPOTS and now are out of date. Also, they do not cover all models in PyPOTS. Will you be interested in updating them? |
Happy to look into this - might become middle of october until I get enough bandwith for this though! :) |
1. System Info
Google Colab: Python 3 Google Compute Engine backend (GPU)
!pip list
2. Information
3. Reproduction
Running the google colab notebook from the link on the examples page.
4. Expected behavior
Hey there, me again!
Big fan of all your work here.
Not sure where you store the notebook for colab, so report a few things here in text:
from pypots.imputation import SAITS
, followed bysaits.fit(…)
, causing a NameError assaits
is never defined. I suppose a linesaits = SAITS(…)
with some default values for the required parameters are set.The text was updated successfully, but these errors were encountered: