avelezarce commited on
Commit
4e3859e
1 Parent(s): c2fdb31

Update README.md

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