From a5fb8be1046e8d7d5fc3c625a278a56993645532 Mon Sep 17 00:00:00 2001
From: coding-in-github <256941596@qq.com>
Date: Tue, 29 Oct 2024 20:51:32 +0800
Subject: [PATCH] Fix typo in dp.md
---
.idea/.gitignore | 8 ++++++++
.idea/OpenBioMed.iml | 12 ++++++++++++
.idea/inspectionProfiles/profiles_settings.xml | 6 ++++++
.idea/modules.xml | 8 ++++++++
.idea/vcs.xml | 6 ++++++
docs/dp.md | 2 +-
6 files changed, 41 insertions(+), 1 deletion(-)
create mode 100644 .idea/.gitignore
create mode 100644 .idea/OpenBioMed.iml
create mode 100644 .idea/inspectionProfiles/profiles_settings.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/vcs.xml
diff --git a/.idea/.gitignore b/.idea/.gitignore
new file mode 100644
index 0000000..13566b8
--- /dev/null
+++ b/.idea/.gitignore
@@ -0,0 +1,8 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/.idea/OpenBioMed.iml b/.idea/OpenBioMed.iml
new file mode 100644
index 0000000..8a05c6e
--- /dev/null
+++ b/.idea/OpenBioMed.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..1498016
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/docs/dp.md b/docs/dp.md
index 3804201..0ec0331 100644
--- a/docs/dp.md
+++ b/docs/dp.md
@@ -7,7 +7,7 @@ Drug property prediction (DP) aims to predict molecule properties such as toxici
- Supported models: [MolCLR](https://arxiv.org/abs/2102.10056), [GraphMVP](https://arxiv.org/abs/2110.07728), [MoMu](https://arxiv.org/abs/2209.05481), [MolFM](https://arxiv.org/abs/2307.09484) and [DeepEIK](https://arxiv.org/abs/2305.01523). This is a continuing effort and we are working on further growing the list.
- Supported datasets: 8 classification datasets i.e. BBBP, Tox21, ToxCast, SIDER, ClinTox, MUV, HIV and BACE of [MoleculeNet](https://moleculenet.org).
- Supported split: random split, scaffold split and random-scaffold split;
-- Supproted evaluation: ROC-AUC.
+- Supported evaluation: ROC-AUC.
#### Data Preparation