avelezarce commited on
Commit
43c57a0
1 Parent(s): 2e44bb9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -30,6 +30,16 @@ Binary classification. Given a drug SMILES string, predict the activity of BBB.
30
 
31
  Total: 1,975 drugs
32
 
 
 
 
 
 
 
 
 
 
 
33
 
34
  ## Dataset split
35
  Random split on 70% training, 10% validation, and 20% testing
 
30
 
31
  Total: 1,975 drugs
32
 
33
+ ## Pre-requisites
34
+ Install the following packages
35
+ ```
36
+ pip install PyTDC
37
+ pip install DeepPurpose
38
+ pip install git+https://github.com/bp-kelley/descriptastorus
39
+ pip install dgl torch torchvision
40
+ ```
41
+ You can also reference the colab notebook [here](https://colab.research.google.com/drive/1CL92SOCBS-eYDL99w8tjSNIG_ySXzMrG?usp=sharing)
42
+
43
 
44
  ## Dataset split
45
  Random split on 70% training, 10% validation, and 20% testing