Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 318 Bytes

Readme.md

File metadata and controls

13 lines (11 loc) · 318 Bytes

Marketing bank analysis

Dataset available here

Run webapp using docker

Create the docker image

docker build -t bank_marketing_targets .

Run Container from the image

docker run -p 8050:8050 bank_marketing_targets