Skip to content

Commit

Permalink
futher update notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
drcandacemakedamoore committed Aug 23, 2021
1 parent d0180da commit 88bd2d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
13 changes: 1 addition & 12 deletions workflow_demo/for_medical_people.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@
"The purpose of this notebook is to educate people with very limited understanding of machine learning and code about some of what cleanX does, and why it is worth incorporating it into use. "
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "67017ff7",
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path = ['D:/projects/cleanX'] + sys.path"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down Expand Up @@ -413,7 +402,7 @@
{
"cell_type": "code",
"execution_count": 6,
"id": "8f644acb",
"id": "9be0683b",
"metadata": {},
"outputs": [
{
Expand Down
11 changes: 6 additions & 5 deletions workflow_demo/no_classes_workflow_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
"metadata": {},
"outputs": [],
"source": [
"import sys\n",
"sys.path = ['D:/projects/cleanX'] + sys.path"
"# here is a block in case you have a different branch version downloaded\n",
"# import sys\n",
"# sys.path = ['D:/projects/cleanX'] + sys.path"
]
},
{
Expand Down Expand Up @@ -8033,7 +8034,7 @@
},
{
"cell_type": "markdown",
"id": "92266b5e",
"id": "4d50f44a",
"metadata": {},
"source": [
"interesting, there was some text, \n",
Expand All @@ -8052,7 +8053,7 @@
},
{
"cell_type": "markdown",
"id": "54591922",
"id": "f2c89c4a",
"metadata": {},
"source": [
"We have several functions for augmenting images. These include but are not limited to:\n",
Expand All @@ -8066,7 +8067,7 @@
},
{
"cell_type": "markdown",
"id": "7d8c12fa",
"id": "3d47205a",
"metadata": {},
"source": [
"We have spiffy histogram based normalization- but it is easier to use with classes. Check out our other workflow \"classes_workflow\" to see it in action."
Expand Down

0 comments on commit 88bd2d4

Please sign in to comment.