Skip to content

Commit

Permalink
Fix DDI is a Link Prediction task
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesall authored Dec 1, 2021
1 parent 0c02d86 commit fdb3bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srlearn/drug_interactions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Drug-Drug Interactions (DDIs) occur when two drugs interact.

## Task

**Binary Classification**. `interacts(+drug,+drug)`: Do two drugs interact or not?
**Link Prediction**. `interacts(+drug,+drug)`: Do two drugs interact or not?

```prolog
enzyme(-enzyme,+drug).
Expand Down

0 comments on commit fdb3bda

Please sign in to comment.