File size: 2,138 Bytes
6ccfef0
 
55f9984
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27c5532
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55f9984
6ccfef0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55f9984
 
 
 
 
 
 
 
27c5532
 
 
 
 
 
 
 
6ccfef0
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
dataset_info:
- config_name: acs_income
  features:
  - name: features_categorical
    list: int64
  - name: MAR
    dtype: float32
  - name: PINCP
    dtype: float32
  splits:
  - name: train
    num_bytes: 107193800
    num_examples: 1165150
  - name: validation
    num_bytes: 22970100
    num_examples: 249675
  - name: test
    num_bytes: 22970100
    num_examples: 249675
  download_size: 19815661
  dataset_size: 153134000
- config_name: aliexpress
  features:
  - name: features_categorical
    list: int64
  - name: features_numerical
    list: float32
  - name: click
    dtype: float32
  - name: conversion
    dtype: float32
  splits:
  - name: train
    num_bytes: 4114231104
    num_examples: 10942104
  - name: validation
    num_bytes: 457137040
    num_examples: 1215790
  - name: test
    num_bytes: 2090297176
    num_examples: 5559301
  download_size: 2184965274
  dataset_size: 6661665320
- config_name: higgs
  features:
  - name: features_categorical
    list: int64
  - name: features_numerical
    list: float32
  - name: Target
    dtype: float32
  - name: m_bb
    dtype: float32
  - name: m_jj
    dtype: float32
  - name: m_jjj
    dtype: float32
  - name: m_jlv
    dtype: float32
  - name: m_lv
    dtype: float32
  - name: m_wbb
    dtype: float32
  - name: m_wwbb
    dtype: float32
  splits:
  - name: train
    num_bytes: 1386000000
    num_examples: 9900000
  - name: validation
    num_bytes: 77000000
    num_examples: 550000
  - name: test
    num_bytes: 77000000
    num_examples: 550000
  download_size: 1049299269
  dataset_size: 1540000000
configs:
- config_name: acs_income
  data_files:
  - split: train
    path: acs_income/train-*
  - split: validation
    path: acs_income/validation-*
  - split: test
    path: acs_income/test-*
- config_name: aliexpress
  data_files:
  - split: train
    path: aliexpress/train-*
  - split: validation
    path: aliexpress/validation-*
  - split: test
    path: aliexpress/test-*
- config_name: higgs
  data_files:
  - split: train
    path: higgs/train-*
  - split: validation
    path: higgs/validation-*
  - split: test
    path: higgs/test-*
---