NLP for Customer Calls
├── LICENSE
├── Makefile <- Makefile with commands like `make data` or `make train`
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── gold <- Data with aggregations and ready for being in a dashboard and reports.
│ ├── silver <- Cleaned data
│ └── bronce <- Raw data.
│
├── docs <- A default Sphinx project; see sphinx-doc.org for details
│
├── models <- References to the trained and serialized models, model predictions, or model summaries.
│
├── notebooks <- Databricks notebooks. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description.
│
└── requirements.txt <- The requirements file for reproducing the virtual environment for running the project.
Project based on the cookiecutter data science project template. #cookiecutterdatascience