haneulpark commited on
Commit
d699929
1 Parent(s): af8ff9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -9,10 +9,9 @@ pretty_name: AggregatorAdvisor
9
  size_categories:
10
  - 10K<n<100K
11
  dataset_summary: >-
12
- Aggregator Advisor identifies molecules that are known to aggregate or may
13
- aggregate in biochemical assays. The approach is based on the chemical
14
- similarity to known aggregators, and physical properties. The Aggregator
15
- Advisor dataset contains 12645 compounds from 20 different sources.
16
  citation: >-
17
  @article{Irwin2015, title = {An Aggregation Advisor for Ligand Discovery},
18
  volume = {58}, ISSN = {1520-4804}, url =
@@ -31,4 +30,26 @@ configs:
31
  path: AggregatorAdvisor/test.csv
32
  - split: train
33
  path: AggregatorAdvisor/train.csv
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  ---
 
9
  size_categories:
10
  - 10K<n<100K
11
  dataset_summary: >-
12
+ AggregatorAdvisor identifies molecules that are known to aggregate or may aggregate in biochemical assays.
13
+ The approach is based on the chemical similarity to known aggregators, and physical properties.
14
+ The AggregatorAdvisor dataset contains 12645 compounds from 20 different sources.
 
15
  citation: >-
16
  @article{Irwin2015, title = {An Aggregation Advisor for Ligand Discovery},
17
  volume = {58}, ISSN = {1520-4804}, url =
 
30
  path: AggregatorAdvisor/test.csv
31
  - split: train
32
  path: AggregatorAdvisor/train.csv
33
+ dataset_info:
34
+ - config_name: AggregatorAdvisor
35
+ features:
36
+ - name: "new SMILES"
37
+ dtype: string
38
+ - name: "substance_id"
39
+ dtype: string
40
+ - name: "aggref_index"
41
+ dtype: int64
42
+ - name: "logP"
43
+ dtype: float64
44
+ - name: "reference"
45
+ dtype: string
46
+ splits:
47
+ - name: train
48
+ num_bytes: 404768
49
+ num_examples: 10116
50
+ - name: test
51
+ num_bytes: 101288
52
+ num_examples: 2529
53
+
54
+
55
  ---