You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
All data science projects in AIOps should ideally be following the cookiecutter format described here (template repo here). Basically, .py files will ideally be in src, sample data in data and so on. However, the current pipeline includes only notebooks directory in image, so if a notebook uses src/utils.py or saves images in reports/figures then that will cause an error.
Describe the solution you'd like
Include src, data, reports directories in image as well.
Describe alternatives you've considered
Move sample data, source files, etc inside notebooks directory. But this will violate cookiecutter format.