Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ human protein pairs interact directly or indirectly.
|
|
40 |
|
41 |
## Associated code
|
42 |
Additional code examples can be found on our [GitHub](), including:
|
43 |
-
importing the [DirectContacts2]()
|
44 |
training and testing data, or using the full feature matrix.
|
45 |
|
46 |
# Usage
|
@@ -58,7 +58,7 @@ Then it can be imported as:
|
|
58 |
>>> from autogluon.tabular import TabularPredictor
|
59 |
Note that to perform operations with our model the **0.4.0 version** must be used
|
60 |
|
61 |
-
The [DirectContacts2 model]() can be accessed through HuggingFace with [huggingface_hub](https://huggingface.co/docs/hub/index)
|
62 |
|
63 |
>>> from huggingface_hub import snapshot_download
|
64 |
|
|
|
40 |
|
41 |
## Associated code
|
42 |
Additional code examples can be found on our [GitHub](), including:
|
43 |
+
importing the [DirectContacts2 model](sfisch/DirectContacts2_AutoGluon) to make predictions, importing the
|
44 |
training and testing data, or using the full feature matrix.
|
45 |
|
46 |
# Usage
|
|
|
58 |
>>> from autogluon.tabular import TabularPredictor
|
59 |
Note that to perform operations with our model the **0.4.0 version** must be used
|
60 |
|
61 |
+
The [DirectContacts2 model](sfisch/DirectContacts2_AutoGluon) can be accessed through HuggingFace with [huggingface_hub](https://huggingface.co/docs/hub/index)
|
62 |
|
63 |
>>> from huggingface_hub import snapshot_download
|
64 |
|