property-dataset / README.md
Trish101's picture
Upload dataset
b20172a verified
|
Raw
History Blame Contribute Delete
815 Bytes
metadata
license: llama3.1
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: property_size
      dtype: int64
    - name: num_of_bedroom
      dtype: int64
    - name: num_of_bathroom
      dtype: int64
    - name: Location
      dtype: string
    - name: sqft_renovated
      dtype: int64
    - name: sqft_to_add_to_property
      dtype: int64
    - name: structural_changes
      dtype: bool
    - name: type_of_project
      dtype: string
    - name: renovation_type
      dtype: string
    - name: material_grade
      dtype: string
    - name: labour_rate_per_hr
      dtype: int64
    - name: renovation_cost
      dtype: int64
  splits:
    - name: train
      num_bytes: 111702
      num_examples: 1001
  download_size: 9879
  dataset_size: 111702