File size: 1,072 Bytes
e50cd97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: auction_id
    dtype: int64
  - name: auction_title
    dtype: string
  - name: auction_starts
    dtype: string
  - name: auction_ends
    dtype: string
  - name: auction_last_item_closes
    dtype: string
  - name: auction_removal_info
    dtype: string
  - name: auction_intro
    dtype: string
  - name: auction_pickup_time
    dtype: string
  - name: auction_partner_url
    dtype: string
  - name: auction_extended_bidding
    dtype: bool
  - name: auction_extended_bidding_interval
    dtype: int64
  - name: auction_extended_bidding_threshold
    dtype: int64
  - name: auction_item_count
    dtype: int64
  - name: auction_total_viewed
    dtype: int64
  - name: auction_total_winning_price
    dtype: float64
  - name: auction_total_bid_count
    dtype: int64
  - name: auction_total_images
    dtype: int64
  splits:
  - name: train
    num_bytes: 49338355
    num_examples: 24621
  download_size: 9712420
  dataset_size: 49338355
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---