CoolFace
Datasetpublic

cestwc/bank-marketing

Dataset Card for Bank Marketing 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.

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes126downloads
11 commits on main
79f9e4a1y ago

Update README.md

cestwc
1e77aab1y ago

Upload README.md with huggingface_hub

cestwc
00870c01y ago

Delete data/train-00000-of-00001.parquet with huggingface_hub

cestwc
26cb2d31y ago

Upload data/train-00000-of-00001-f26fa3adaf6dfdf2.parquet with huggingface_hub

cestwc
5fd32cf2y ago

Upload dataset

cestwc
195503e2y ago

Upload dataset

cestwc
32e6d422y ago

Upload dataset

cestwc
130c04b2y ago

Upload dataset

cestwc
6a64ea42y ago

Upload dataset

cestwc
3bbe87a2y ago

Upload dataset

cestwc
939331d2y ago

initial commit

cestwc