Skip to content

Commit 378a9dd

Browse files
committed
Fixed links leading to other pages
1 parent a4c4413 commit 378a9dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Notebooks/01_EDA.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@
638638
"\n",
639639
"Overall, our classes are balanced between the classes 'glioma', 'meningioma', 'notumor', and 'pituitary' in both our training and testing datasets. Additionally when looking at the average pixel value and the contrast between those average we can see some distinct features within those classes. This indicates that there are features that our model can learn to distinguish images into classes.\n",
640640
"\n",
641-
"We will know move onto building a [baseline model](../Notebooks/01_EDA.ipynb) to compare our results."
641+
"We will know move onto building a [baseline model](../Notebooks/02_Baseline Model.ipynb) to compare our results."
642642
]
643643
}
644644
],

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For the purposes of this model, we want to limit our false negatives. We want to
2929

3030
## EDA
3131

32-
For our [EDA process](../Notebooks/01_EDA.ipynb) we examined our two datasets which contained the classes 'glioma', 'meningioma', 'notumor', 'pituitary' which were separated into their own folders. The file count of the images were as follows:
32+
For our [EDA process](./Notebooks/01_EDA.ipynb) we examined our two datasets which contained the classes 'glioma', 'meningioma', 'notumor', 'pituitary' which were separated into their own folders. The file count of the images were as follows:
3333

3434
|Class|Training count| Testing count|
3535
|------|------|------|

0 commit comments

Comments
 (0)