torch_frame.datasets.BankMarketing

class BankMarketing(root: str)[source]

Bases: Dataset

The Bank Marketing dataset. It’s related with direct marketing campaigns of a Portuguese banking institution. The marketing campaigns were based on phone calls. Often, more than one contant to the same client was required, in order to access if the product (bank term deposit) would be (or not) subscribed. The classification goal is to predict if the client will subscribe a term deposit.

STATS:

#rows

#cols (numerical)

#cols (categorical)

#classes

Task

Missing value ratio

45,211

7

9

2

binary_classification

0.0%