idegen commited on
Commit
f312f9a
·
verified ·
1 Parent(s): 84ff19a

Fix bug with wrong column name for bad clustering labels

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -57,16 +57,16 @@ configs:
57
  features: &id002
58
  - name: subject_id
59
  dtype: string
60
- - name: cluster_desc
61
  dtype: string
62
  - name: id
63
- dtype: int32
64
  - name: start idx
65
- dtype: int32
66
  - name: end idx
67
- dtype: int32
68
  - name: length
69
- dtype: int32
70
  - name: cluster_id
71
  dtype: int32
72
  - name: correlation to model
@@ -76,9 +76,9 @@ configs:
76
  - name: correlation achieved with tolerance
77
  dtype: string
78
  - name: MAE
79
- dtype: float32
80
  - name: relaxed MAE
81
- dtype: float32
82
  - config_name: raw_partial_data
83
  data_files:
84
  - split: exploratory
 
57
  features: &id002
58
  - name: subject_id
59
  dtype: string
60
+ - name: clustering_desc
61
  dtype: string
62
  - name: id
63
+ dtype: int64
64
  - name: start idx
65
+ dtype: int64
66
  - name: end idx
67
+ dtype: int64
68
  - name: length
69
+ dtype: int64
70
  - name: cluster_id
71
  dtype: int32
72
  - name: correlation to model
 
76
  - name: correlation achieved with tolerance
77
  dtype: string
78
  - name: MAE
79
+ dtype: float64
80
  - name: relaxed MAE
81
+ dtype: float64
82
  - config_name: raw_partial_data
83
  data_files:
84
  - split: exploratory