File size: 728 Bytes
49096ec
 
69998ab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49096ec
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
---

license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: id
    dtype: int64
  - name: memb_id
    dtype: string
  - name: device_desc
    dtype: string
  - name: fullname
    dtype: string
  - name: systolic
    dtype: float64
  - name: diastolic
    dtype: float64
  - name: hr
    dtype: float64
  - name: heart_rate
    dtype: int64
  - name: bpm
    dtype: int64
  - name: position
    dtype: string
  - name: get_time
    dtype: string
  - name: create_dttm
    dtype: string
  splits:
  - name: train
    num_bytes: 21656
    num_examples: 120
  download_size: 5935
  dataset_size: 21656
---