Using this Docker image an employees can predict their approximate salary on the basis of Year of Experience in their job profile.
1.First download the image from docker hub:
docker pull pandav10/salary_model:v1
2.Run the docker image
docker run -it pandav10/salary_model:v1
Note: This model is created using small dataset so it is not useful for real world use case.