This dataset is a precise version of Bank Marketing.
To download the original csv from UCI
wget
https://archive.ics.uci.edu/static/public/222/bank+marketing.zip
find . -name "
.zip" -exec sh -c 'unzip -d "${1%.}" "$1" && rm "$1"' _ {} ;
find . -name "
.zip" -exec sh -c 'unzip -d "${1%.}" "$1" && rm "$1"' _ {} ;
We used the following python script to create this Hugging Face dataset
import pandas as pd
df_bank =… See the full description on the dataset page:
https://huggingface.co/datasets/cestwc/bank-marketing.