Document jupyter notebooks for artifact release

This commit is contained in:
jaseg 2025-10-27 13:40:39 +01:00
parent 52bd2d788b
commit d638d07551
10 changed files with 1694 additions and 1846 deletions

View file

@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "eeab1867-2ae7-4932-9038-9abfdf0a4580",
"metadata": {},
"source": [
"Early Classifier Validation\n",
"===========================\n",
"\n",
"This notebook contains some early experiments validating the baseline classifier approach. None of these plots ended up in the paper. This work was the basis for the final classifier testing in another notebook."
]
},
{
"cell_type": "code",
"execution_count": 1,
@ -437,7 +448,7 @@
"ax.set_yticks(list(range(len(labels))))\n",
"ax.set_yticklabels(labels)\n",
"fig.tight_layout()\n",
"fig.savefig('../paper/manip_pearson_corr.pdf')\n",
"fig.savefig('../../paper/manip_pearson_corr.pdf')\n",
"None"
]
},
@ -575,17 +586,9 @@
"ax.set_xticklabels(labels, rotation=45, ha='left')\n",
"ax.set_yticks(list(range(len(labels))))\n",
"ax.set_yticklabels(labels)\n",
"fig.savefig('../paper/patch_pearson_corr.pdf')\n",
"fig.savefig('../../paper/patch_pearson_corr.pdf')\n",
"None\n"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "3d97e353-f9c4-459f-b7c1-af2765df7840",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
@ -604,7 +607,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.5"
"version": "3.13.7"
}
},
"nbformat": 4,

View file

@ -1,5 +1,16 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "ff0d4c35-2ebc-455f-84fb-e0bf26887b6a",
"metadata": {},
"source": [
"Initial risetime plotting experiments\n",
"-------------------------------------\n",
"\n",
"This notebook contains some early experiments plotting driver risetime as measured by the board itself. None of this made it into the paper, the figure in the paper is plotted by the other risetime plotting notebook."
]
},
{
"cell_type": "code",
"execution_count": 11,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long