This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project_name/ | |
│ | |
├── data/ # All data-related directories and files | |
│ ├── raw/ # Original, immutable data dump | |
│ ├── processed/ # Data transformed for modeling, such as TFRecords or HDF5 | |
│ ├── interim/ # Temporary processed datasets, possibly smaller or for prototyping | |
│ | |
├── docs/ # Project documentation | |
│ ├── api/ # API reference | |
│ ├── design_docs/ # Design documents, architectural choices |