haneulpark commited on
Commit
d3ba583
1 Parent(s): 8353e1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -73,12 +73,10 @@ dataset_info:
73
  dtype: float64
74
  - name: "logBB"
75
  dtype: float64
76
- - name: "Y"
77
- dtype:
78
- class_label:
79
- names:
80
- 0: "BBB-"
81
- 1: "BBB+"
82
  - name: "Inchi"
83
  dtype: string
84
  - name: "threshold"
@@ -114,12 +112,10 @@ dataset_info:
114
  dtype: float64
115
  - name: "logBB"
116
  dtype: float64
117
- - name: "Y"
118
- dtype:
119
- class_label:
120
- names:
121
- 0: "BBB-"
122
- 1: "BBB+"
123
  - name: "Inchi"
124
  dtype: string
125
  - name: "threshold"
 
73
  dtype: float64
74
  - name: "logBB"
75
  dtype: float64
76
+ - name: 'Y'
77
+ dtype: int64
78
+ description: >-
79
+ Binary classification where 'O' represents "BBB-" and '1' represents "BBB+"
 
 
80
  - name: "Inchi"
81
  dtype: string
82
  - name: "threshold"
 
112
  dtype: float64
113
  - name: "logBB"
114
  dtype: float64
115
+ - name: 'Y'
116
+ dtype: int64
117
+ description: >-
118
+ Binary classification where 'O' represents "BBB-" and '1' represents "BBB+"
 
 
119
  - name: "Inchi"
120
  dtype: string
121
  - name: "threshold"