Datasets:
File size: 853 Bytes
5687cdc | 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 | ---
dataset_info:
features:
- name: x
dtype: float64
- name: y
dtype: float64
- name: osm_id
dtype: int64
- name: osm_type
dtype: string
- name: completeness
dtype: float64
- name: loc_amenity
dtype: string
- name: loc_name
dtype: string
- name: changeset_id
dtype: float64
- name: changeset_version
dtype: float64
- name: changeset_timestamp
dtype: timestamp[ns, tz=UTC]
- name: meta_id
dtype: string
- name: esa_source
dtype: string
- name: esa_processed
dtype: string
splits:
- name: train
num_bytes: 117106
num_examples: 755
- name: test
num_bytes: 29279
num_examples: 189
download_size: 85303
dataset_size: 146385
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|