Update readme
Browse files
README.md
CHANGED
@@ -35,9 +35,7 @@ Artificial intelligence is poised to enable breakthroughs and discoveries in the
|
|
35 |
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
|
36 |
from tdc.single_pred import ADME
|
37 |
data = ADME(name = 'HIA_Hou')
|
38 |
-
# split into train/val/test with scaffold split methods
|
39 |
split = data.get_split(method = 'scaffold')
|
40 |
-
# get the entire data in the various formats
|
41 |
data.get_data(format = 'df')
|
42 |
</pre>
|
43 |
</div>
|
|
|
35 |
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
|
36 |
from tdc.single_pred import ADME
|
37 |
data = ADME(name = 'HIA_Hou')
|
|
|
38 |
split = data.get_split(method = 'scaffold')
|
|
|
39 |
data.get_data(format = 'df')
|
40 |
</pre>
|
41 |
</div>
|