albertvillanova/tmp-mse
收藏资源简介:
--- dataset_info: - config_name: default features: - name: id dtype: string - name: asked_at dtype: timestamp[s] - name: author_name dtype: string - name: author_rep dtype: string - name: score dtype: int64 - name: title dtype: string - name: tags sequence: string - name: body dtype: string - name: answers list: - name: id dtype: string - name: body dtype: string - name: score dtype: string - name: ts dtype: timestamp[s] - name: author dtype: string - name: author_rep dtype: 'null' - name: accepted dtype: bool - name: comments sequence: 'null' - name: comments list: - name: id dtype: string - name: body dtype: string - name: at dtype: timestamp[s] - name: score dtype: string - name: author dtype: string - name: author_rep dtype: int64 ---
dataset_info: - 配置名称:default 特征: - 名称:id,数据类型:字符串 - 名称:asked_at,数据类型:秒级时间戳(timestamp[s]) - 名称:author_name,数据类型:字符串 - 名称:author_rep,数据类型:字符串 - 名称:score,数据类型:64位整数(int64) - 名称:title,数据类型:字符串 - 名称:tags,数据类型:字符串序列 - 名称:body,数据类型:字符串 - 名称:answers,数据类型:列表,其内部特征为: - 名称:id,数据类型:字符串 - 名称:body,数据类型:字符串 - 名称:score,数据类型:字符串 - 名称:ts,数据类型:秒级时间戳 - 名称:author,数据类型:字符串 - 名称:author_rep,数据类型:空值 - 名称:accepted,数据类型:布尔值 - 名称:comments,数据类型:空值序列 - 名称:comments,数据类型:列表,其内部特征为: - 名称:id,数据类型:字符串 - 名称:body,数据类型:字符串 - 名称:at,数据类型:秒级时间戳 - 名称:score,数据类型:字符串 - 名称:author,数据类型:字符串 - 名称:author_rep,数据类型:64位整数(int64)
数据集概述
数据集配置
- 配置名称: default
主要特征
-
问题相关特征
id: 字符串类型asked_at: 时间戳类型,单位为秒author_name: 字符串类型author_rep: 字符串类型score: 整数类型title: 字符串类型tags: 字符串序列类型body: 字符串类型
-
答案相关特征
answers: 列表类型,包含以下子特征:id: 字符串类型body: 字符串类型score: 字符串类型ts: 时间戳类型,单位为秒author: 字符串类型author_rep: 空值类型accepted: 布尔类型comments: 空值序列类型
-
评论相关特征
comments: 列表类型,包含以下子特征:id: 字符串类型body: 字符串类型at: 时间戳类型,单位为秒score: 字符串类型author: 字符串类型author_rep: 整数类型




