03 Project Structure
A well-structured project makes it easier to scale, debug, and maintain code. Below is the directory structure of Predict-Pipe:
Predict_Pipe/
│── .github/workflows/.gitkeep
│── config/
│ ├── config.yaml
│── params.yaml
│── main.py
│── Dockerfile
│─...
predict-pipe-datascience.hashnode.dev2 min read