Upload dataset
Browse files- README.md +45 -0
- processed/test-00000-of-00001.parquet +3 -0
- processed/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -39,6 +39,45 @@ dataset_info:
|
|
| 39 |
num_examples: 1753
|
| 40 |
download_size: 263935
|
| 41 |
dataset_size: 1298250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
- config_name: raw
|
| 43 |
features:
|
| 44 |
- name: Product_Id
|
|
@@ -78,6 +117,12 @@ configs:
|
|
| 78 |
path: data/train-*
|
| 79 |
- split: test
|
| 80 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
- config_name: raw
|
| 82 |
data_files:
|
| 83 |
- split: train
|
|
|
|
| 39 |
num_examples: 1753
|
| 40 |
download_size: 263935
|
| 41 |
dataset_size: 1298250
|
| 42 |
+
- config_name: processed
|
| 43 |
+
features:
|
| 44 |
+
- name: Product_Weight
|
| 45 |
+
dtype: float64
|
| 46 |
+
- name: Product_Sugar_Content
|
| 47 |
+
dtype: string
|
| 48 |
+
- name: Product_Allocated_Area
|
| 49 |
+
dtype: float64
|
| 50 |
+
- name: Product_Type
|
| 51 |
+
dtype: string
|
| 52 |
+
- name: Product_MRP
|
| 53 |
+
dtype: float64
|
| 54 |
+
- name: Store_Id
|
| 55 |
+
dtype: string
|
| 56 |
+
- name: Store_Size
|
| 57 |
+
dtype: string
|
| 58 |
+
- name: Store_Location_City_Type
|
| 59 |
+
dtype: string
|
| 60 |
+
- name: Store_Type
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: Product_Category
|
| 63 |
+
dtype: string
|
| 64 |
+
- name: Product_Shelf_Life
|
| 65 |
+
dtype: string
|
| 66 |
+
- name: Store_Age_Bucket
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: Product_Store_Sales_Total
|
| 69 |
+
dtype: float64
|
| 70 |
+
- name: __index_level_0__
|
| 71 |
+
dtype: int64
|
| 72 |
+
splits:
|
| 73 |
+
- name: train
|
| 74 |
+
num_bytes: 1037847
|
| 75 |
+
num_examples: 7010
|
| 76 |
+
- name: test
|
| 77 |
+
num_bytes: 259306
|
| 78 |
+
num_examples: 1753
|
| 79 |
+
download_size: 220770
|
| 80 |
+
dataset_size: 1297153
|
| 81 |
- config_name: raw
|
| 82 |
features:
|
| 83 |
- name: Product_Id
|
|
|
|
| 117 |
path: data/train-*
|
| 118 |
- split: test
|
| 119 |
path: data/test-*
|
| 120 |
+
- config_name: processed
|
| 121 |
+
data_files:
|
| 122 |
+
- split: train
|
| 123 |
+
path: processed/train-*
|
| 124 |
+
- split: test
|
| 125 |
+
path: processed/test-*
|
| 126 |
- config_name: raw
|
| 127 |
data_files:
|
| 128 |
- split: train
|
processed/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44640d5a160d0adfd907a0650eb732bf372c18e4a395503a61c1e17643266bb3
|
| 3 |
+
size 51065
|
processed/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd788e629007690fae3b454bd9e365128be0136d66efaf2c9b8444579d83bff4
|
| 3 |
+
size 169705
|