Open eroell opened 2 months ago
Hi there 👋,
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
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! Is there an issue or so with instructions on what you want to update there, or rather a brush-through as I did here with some comments & suggestions in a PR? :)
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.