Commit
·
907da65
1
Parent(s):
33998ff
Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,9 @@ Micro-Average ROC AUC: 0.8894
|
|
35 |
|
36 |
## Using the Model
|
37 |
|
|
|
|
|
|
|
38 |
```python
|
39 |
import os
|
40 |
import numpy as np
|
|
|
35 |
|
36 |
## Using the Model
|
37 |
|
38 |
+
To use the model, try downloading the data [from here](https://huggingface.co/datasets/AmelieSchreiber/cafa_5),
|
39 |
+
adjust the paths to the files in the code below to their local paths on your machine, and try running:
|
40 |
+
|
41 |
```python
|
42 |
import os
|
43 |
import numpy as np
|