moment-timeseries-foundation-model / moment

MOMENT: A Family of Open Time-series Foundation Models
https://moment-timeseries-foundation-model.github.io/
MIT License
365 stars 59 forks source link

Issues with README Links and Tutorial File Paths #2

Closed Isaka-code closed 6 months ago

Isaka-code commented 6 months ago

Hello,

I've noticed a couple of issues in the repository that need addressing:

  1. Incorrect Links in README:

    • The links for "Anomaly Detection" and "Embedding" in the README are incorrect. Other links such as "Forecasting", "Classification", and "Imputation" are correctly set.
  2. Missing Tutorial Notebooks:

    • The link for the embedding notebook is broken. It appears that the intended file embedding.ipynb is missing under moment/tutorials/. However, the file representation_learning.ipynb is present.
    • Similarly, the path for the anomaly detection notebook is incorrect. The current path is listed as moment/.tutorials/anomaly_detection.ipynb, but the correct path should be moment/tutorials/anomaly_detection.ipynb.

Would it be possible to update the README links and ensure the correct tutorial notebooks are available at the specified paths?

Thank you for addressing these issues.

KonradSzafer commented 6 months ago

Hi @Isaka-code, thanks for the suggestions! Fixed!

Isaka-code commented 6 months ago

Hi @KonradSzafer , thank you for your assistance! I will go ahead and close this issue now.