The custom container includes
- Python
- Mlflow
- A simple Mlflow model
When deployed to AWS Lambda, the container will add a small integer to any input dataframe and make a json response.
Train, build and run a container
make train build run
Test the container
make test
{
"columns": ["a", "b", "c"],
"data": [[1, 2, 3], [4, 5, 6]]
}