I've noticed a couple of issues in the repository that need addressing:
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.
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?
Hello,
I've noticed a couple of issues in the repository that need addressing:
Incorrect Links in README:
Missing Tutorial Notebooks:
embedding.ipynb
is missing undermoment/tutorials/
. However, the filerepresentation_learning.ipynb
is present.moment/.tutorials/anomaly_detection.ipynb
, but the correct path should bemoment/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.