jlh/uci-bank
收藏Hugging Face2023-04-25 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/jlh/uci-bank
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: age
dtype: int64
- name: job
dtype: string
- name: marital
dtype: string
- name: education
dtype: string
- name: default
dtype: string
- name: balance
dtype: int64
- name: housing
dtype: string
- name: loan
dtype: string
- name: contact
dtype: string
- name: day
dtype: int64
- name: month
dtype: string
- name: duration
dtype: int64
- name: campaign
dtype: int64
- name: pdays
dtype: int64
- name: previous
dtype: int64
- name: poutcome
dtype: string
- name: y
dtype:
class_label:
names:
'0': 'no'
'1': 'yes'
splits:
- name: train
num_bytes: 674228
num_examples: 4521
download_size: 92171
dataset_size: 674228
---
# Dataset Card for "uci-bank"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
提供机构:
jlh
原始信息汇总
数据集概述
数据集特征
- age: 整数类型 (int64)
- job: 字符串类型 (string)
- marital: 字符串类型 (string)
- education: 字符串类型 (string)
- default: 字符串类型 (string)
- balance: 整数类型 (int64)
- housing: 字符串类型 (string)
- loan: 字符串类型 (string)
- contact: 字符串类型 (string)
- day: 整数类型 (int64)
- month: 字符串类型 (string)
- duration: 整数类型 (int64)
- campaign: 整数类型 (int64)
- pdays: 整数类型 (int64)
- previous: 整数类型 (int64)
- poutcome: 字符串类型 (string)
- y: 分类标签,包含两个类别:
- 0: no
- 1: yes
数据集划分
- train:
- 数据大小: 674228 字节
- 示例数量: 4521
数据集大小
- 下载大小: 92171 字节
- 数据集总大小: 674228 字节



