Skip to content

Commit

Permalink
updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikoletos-K committed May 22, 2023
1 parent 179f7ce commit 3c140d6
Show file tree
Hide file tree
Showing 86 changed files with 60,479 additions and 3,258 deletions.
424 changes: 216 additions & 208 deletions docs/CleanCleanER.ipynb

Large diffs are not rendered by default.

809 changes: 809 additions & 0 deletions docs/CleanCleanERwithoutGT.ipynb

Large diffs are not rendered by default.

333 changes: 215 additions & 118 deletions docs/Demo.ipynb

Large diffs are not rendered by default.

551 changes: 252 additions & 299 deletions docs/DirtyER.ipynb

Large diffs are not rendered by default.

16,869 changes: 16,869 additions & 0 deletions docs/Optuna.ipynb

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions docs/Readers.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@
"metadata": {},
"source": [
"# Data Reading examples\n",
"\n",
"\n",
"--------\n",
"\n",
"\n",
"pyJedAI needs as input a pandas.DataFrame. In this notebook we provide some examples of data reading and transformation to DataFrame.\n",
"\n",
"![reading-process.jpg](https://github.com/AI-team-UoA/pyJedAI/blob/main/documentation/reading-process.png?raw=true)"
Expand Down Expand Up @@ -41,8 +46,8 @@
"metadata": {},
"outputs": [],
"source": [
"d1 = pd.read_csv(\"./data/cora/cora.csv\", sep='|')\n",
"gt = pd.read_csv(\"./data/cora/cora_gt.csv\", sep='|', header=None)"
"d1 = pd.read_csv(\"./data/der/cora/cora.csv\", sep='|')\n",
"gt = pd.read_csv(\"./data/der/cora/cora_gt.csv\", sep='|', header=None)"
]
},
{
Expand Down Expand Up @@ -202,8 +207,8 @@
"metadata": {},
"outputs": [],
"source": [
"d1 = pd.read_json(\"./data/cora/cora.json\")\n",
"gt = pd.read_json(\"./data/cora/cora_gt.json\")"
"d1 = pd.read_json(\"./data/der/cora/cora.json\")\n",
"gt = pd.read_json(\"./data/der/cora/cora_gt.json\")"
]
},
{
Expand Down Expand Up @@ -363,8 +368,8 @@
"metadata": {},
"outputs": [],
"source": [
"d1 = pd.read_excel(\"./data/cora/cora.xlsx\")\n",
"gt = pd.read_excel(\"./data/cora/cora_gt.xlsx\")"
"d1 = pd.read_excel(\"./data/der/cora/cora.xlsx\")\n",
"gt = pd.read_excel(\"./data/der/cora/cora_gt.xlsx\")"
]
},
{
Expand Down Expand Up @@ -1179,7 +1184,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1193,12 +1198,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.1 (tags/v3.8.1:1b293b6, Dec 18 2019, 23:11:46) [MSC v.1916 64 bit (AMD64)]"
},
"vscode": {
"interpreter": {
"hash": "cac59bda82d2eee8acda0b767173e62dfe62cb7fb40b3eb8d3fb22b85c150c43"
}
"version": "3.7.6"
}
},
"nbformat": 4,
Expand Down
292 changes: 134 additions & 158 deletions docs/WorkFlow.ipynb

Large diffs are not rendered by default.

Binary file modified docs/_build/.doctrees/CleanCleanER.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/_build/.doctrees/Demo.doctree
Binary file not shown.
Binary file modified docs/_build/.doctrees/DirtyER.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/Optuna.doctree
Binary file not shown.
Binary file modified docs/_build/.doctrees/Readers.doctree
Binary file not shown.
Binary file modified docs/_build/.doctrees/WorkFlow.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/contribution.doctree
Binary file not shown.
Binary file modified docs/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/.doctrees/intro.doctree
Binary file not shown.
336 changes: 173 additions & 163 deletions docs/_build/html/CleanCleanER.html

Large diffs are not rendered by default.

Loading

0 comments on commit 3c140d6

Please sign in to comment.