MikeGreen2710 commited on
Commit
76cfede
1 Parent(s): e17712c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: address
7
+ dtype: string
8
+ - name: description
9
+ dtype: string
10
+ - name: house_front_std
11
+ dtype: float64
12
+ - name: road_wide_std
13
+ dtype: float64
14
+ - name: car_area_std
15
+ dtype: float64
16
+ - name: price_std
17
+ dtype: float64
18
+ - name: street
19
+ dtype: string
20
+ - name: city
21
+ dtype: string
22
+ - name: district
23
+ dtype: string
24
+ - name: ward
25
+ dtype: string
26
+ - name: number_of_floors_std
27
+ dtype: float64
28
+ - name: __index_level_0__
29
+ dtype: int64
30
+ splits:
31
+ - name: train
32
+ num_bytes: 2455743229
33
+ num_examples: 2718388
34
+ download_size: 1270854884
35
+ dataset_size: 2455743229
36
+ ---
37
+ # Dataset Card for "cleaned_merged_2tr7_compressed_3"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)