Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Include cookiecutter directories in image #14

@chauhankaranraj

Description

@chauhankaranraj

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.

Additional context
None

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomerskind/documentationCategorizes issue or PR as related to documentation.kind/featureCategorizes issue or PR as related to a new feature.lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions