Wouter01/testbehaviors
收藏资源简介:
--- dataset_info: features: - name: impression_id dtype: uint32 - name: impression_time dtype: timestamp[us] - name: read_time dtype: float32 - name: scroll_percentage dtype: float32 - name: device_type dtype: int8 - name: article_ids_inview sequence: int32 - name: user_id dtype: uint32 - name: is_sso_user dtype: bool - name: gender dtype: float64 - name: postcode dtype: float64 - name: age dtype: float64 - name: is_subscriber dtype: bool - name: session_id dtype: uint32 - name: is_beyond_accuracy dtype: bool splits: - name: train num_bytes: 1607140565 num_examples: 13536710 download_size: 557126077 dataset_size: 1607140565 configs: - config_name: default data_files: - split: train path: data/train-* ---
This dataset contains user behavior data while browsing articles, such as impression ID, impression time, read time, scroll percentage, etc. The dataset is divided into a training set for model training.
数据集概述
数据集特征
| 特征名称 | 数据类型 |
|---|---|
| impression_id | uint32 |
| impression_time | timestamp[us] |
| read_time | float32 |
| scroll_percentage | float32 |
| device_type | int8 |
| article_ids_inview | sequence: int32 |
| user_id | uint32 |
| is_sso_user | bool |
| gender | float64 |
| postcode | float64 |
| age | float64 |
| is_subscriber | bool |
| session_id | uint32 |
| is_beyond_accuracy | bool |
数据集划分
| 划分名称 | 字节数 | 示例数量 |
|---|---|---|
| train | 1607140565 | 13536710 |
数据集大小
- 下载大小: 557126077 字节
- 数据集大小: 1607140565 字节




