File size: 4,144 Bytes
7a23486 | 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 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 | ---
dataset_info:
features:
- name: auction_id
dtype: int64
- name: auction_actual_length_hours
dtype: float64
- name: auction_area_avg_income
dtype: float64
- name: auction_area_median_income
dtype: float64
- name: auction_area_occupancy_rate
dtype: float64
- name: auction_area_occupied_dwellings
dtype: float64
- name: auction_area_persons_per_dwelling
dtype: float64
- name: auction_area_population
dtype: float64
- name: auction_area_tax_filing_rate
dtype: float64
- name: auction_area_tax_returns
dtype: float64
- name: auction_area_total_dwellings
dtype: float64
- name: auction_area_total_income
dtype: float64
- name: auction_avg_bids_per_item
dtype: float64
- name: auction_avg_images_per_item
dtype: float64
- name: auction_avg_price_per_item
dtype: float64
- name: auction_avg_views_per_item
dtype: float64
- name: auction_category_Business_Downsizing
dtype: bool
- name: auction_category_Charity_Fundraising
dtype: bool
- name: auction_category_Commercial_Liquidation
dtype: bool
- name: auction_category_Downsizing
dtype: bool
- name: auction_category_Estate_Sale
dtype: bool
- name: auction_category_Moving
dtype: bool
- name: auction_category_Renovation
dtype: bool
- name: auction_category_Reseller
dtype: bool
- name: auction_category_Restaurant_Liquidation
dtype: bool
- name: auction_category_Unknown
dtype: bool
- name: auction_city_count
dtype: int64
- name: auction_city_frequency
dtype: float64
- name: auction_country_ca
dtype: bool
- name: auction_distance_from_toronto
dtype: float64
- name: auction_ends
dtype: timestamp[us]
- name: auction_extended_bidding
dtype: bool
- name: auction_extended_bidding_interval
dtype: int64
- name: auction_extended_bidding_threshold
dtype: int64
- name: auction_extension_hours
dtype: float64
- name: auction_first_pickup_start_hour
dtype: float64
- name: auction_has_category_pickup_windows
dtype: bool
- name: auction_has_partner
dtype: int64
- name: auction_is_east_coast
dtype: int64
- name: auction_is_northern
dtype: int64
- name: auction_is_west_coast
dtype: int64
- name: auction_item_count
dtype: int64
- name: auction_last_item_closes
dtype: timestamp[us]
- name: auction_last_pickup_end_hour
dtype: float64
- name: auction_latitude
dtype: float64
- name: auction_length_days
dtype: float64
- name: auction_length_hours
dtype: float64
- name: auction_length_length_category
dtype: large_string
- name: auction_length_total_seconds
dtype: float64
- name: auction_longitude
dtype: float64
- name: auction_num_pickup_windows
dtype: int64
- name: auction_pickup_day_of_week
dtype: float64
- name: auction_postal_zone
dtype: large_string
- name: auction_province_on
dtype: bool
- name: auction_region_Barrie
dtype: bool
- name: auction_region_GTA
dtype: bool
- name: auction_region_Horseshoe
dtype: bool
- name: auction_region_Indianapolis
dtype: bool
- name: auction_region_Kingston
dtype: bool
- name: auction_region_London
dtype: bool
- name: auction_region_Ottawa
dtype: bool
- name: auction_region_Peterborough
dtype: bool
- name: auction_region_Unknown
dtype: bool
- name: auction_region_Windsor
dtype: bool
- name: auction_starts
dtype: timestamp[us]
- name: auction_total_bid_count
dtype: int64
- name: auction_total_images
dtype: int64
- name: auction_total_pickup_hours
dtype: float64
- name: auction_total_viewed
dtype: int64
- name: auction_total_winning_price
dtype: float64
- name: auction_type_Unknown
dtype: bool
- name: auction_type_maxsoldManaged
dtype: bool
- name: auction_type_sellerManaged
dtype: bool
splits:
- name: train
num_bytes: 9394680
num_examples: 24621
download_size: 2854731
dataset_size: 9394680
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|