Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 839 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 839 Bytes

MLOpsAssignment

MLOpsAssignment: Predicting Miles per Gallon with the Auto-mpg Dataset Dataset: Auto-mpg dataset

Docker Containerization

To facilitate easy deployment, this project can be containerized using Docker.

  1. Create a Dockerfile in project root.
  2. Build the Docker image:
docker build -t project-name .

Cloud Deployment

Automated Testing

  • To ensure that the model functions as expected, automated testing has been set up.
  • The testing is defined in the .github/workflows/test.yml file.