Upload dataset
Browse files- README.md +55 -0
- processed/test-00000-of-00001.parquet +3 -0
- processed/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -51,6 +51,55 @@ dataset_info:
|
|
| 51 |
num_examples: 826
|
| 52 |
download_size: 100178
|
| 53 |
dataset_size: 772280
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
- config_name: raw
|
| 55 |
features:
|
| 56 |
- name: 'Unnamed: 0'
|
|
@@ -108,6 +157,12 @@ configs:
|
|
| 108 |
path: data/train-*
|
| 109 |
- split: test
|
| 110 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
- config_name: raw
|
| 112 |
data_files:
|
| 113 |
- split: train
|
|
|
|
| 51 |
num_examples: 826
|
| 52 |
download_size: 100178
|
| 53 |
dataset_size: 772280
|
| 54 |
+
- config_name: processed
|
| 55 |
+
features:
|
| 56 |
+
- name: ProdTaken
|
| 57 |
+
dtype: int64
|
| 58 |
+
- name: Age
|
| 59 |
+
dtype: float64
|
| 60 |
+
- name: TypeofContact
|
| 61 |
+
dtype: string
|
| 62 |
+
- name: CityTier
|
| 63 |
+
dtype: int64
|
| 64 |
+
- name: DurationOfPitch
|
| 65 |
+
dtype: float64
|
| 66 |
+
- name: Occupation
|
| 67 |
+
dtype: string
|
| 68 |
+
- name: Gender
|
| 69 |
+
dtype: string
|
| 70 |
+
- name: NumberOfPersonVisiting
|
| 71 |
+
dtype: int64
|
| 72 |
+
- name: NumberOfFollowups
|
| 73 |
+
dtype: float64
|
| 74 |
+
- name: ProductPitched
|
| 75 |
+
dtype: string
|
| 76 |
+
- name: PreferredPropertyStar
|
| 77 |
+
dtype: float64
|
| 78 |
+
- name: MaritalStatus
|
| 79 |
+
dtype: string
|
| 80 |
+
- name: NumberOfTrips
|
| 81 |
+
dtype: float64
|
| 82 |
+
- name: Passport
|
| 83 |
+
dtype: int64
|
| 84 |
+
- name: PitchSatisfactionScore
|
| 85 |
+
dtype: int64
|
| 86 |
+
- name: OwnCar
|
| 87 |
+
dtype: int64
|
| 88 |
+
- name: NumberOfChildrenVisiting
|
| 89 |
+
dtype: float64
|
| 90 |
+
- name: Designation
|
| 91 |
+
dtype: string
|
| 92 |
+
- name: MonthlyIncome
|
| 93 |
+
dtype: float64
|
| 94 |
+
splits:
|
| 95 |
+
- name: train
|
| 96 |
+
num_bytes: 591422
|
| 97 |
+
num_examples: 3302
|
| 98 |
+
- name: test
|
| 99 |
+
num_bytes: 147834
|
| 100 |
+
num_examples: 826
|
| 101 |
+
download_size: 62042
|
| 102 |
+
dataset_size: 739256
|
| 103 |
- config_name: raw
|
| 104 |
features:
|
| 105 |
- name: 'Unnamed: 0'
|
|
|
|
| 157 |
path: data/train-*
|
| 158 |
- split: test
|
| 159 |
path: data/test-*
|
| 160 |
+
- config_name: processed
|
| 161 |
+
data_files:
|
| 162 |
+
- split: train
|
| 163 |
+
path: processed/train-*
|
| 164 |
+
- split: test
|
| 165 |
+
path: processed/test-*
|
| 166 |
- config_name: raw
|
| 167 |
data_files:
|
| 168 |
- 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:ef86819883783c36d68b5bf0b57ea24b57ff65e2e5f06d28dd4ae17a5b59e84d
|
| 3 |
+
size 19074
|
processed/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:184015cff5bf9e3a191dc667a7c827cabe63da3621a2bb1c48ac2d34448b8460
|
| 3 |
+
size 42968
|