Skip to content

Commit 51994f3

Browse files
committed
Update analysis-4.md
1 parent ee05d08 commit 51994f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_analysis/analysis-4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ accuracy <- mean(predict(model, testset) == testset$diagnosis)
144144

145145
You can find the parameters and their results below:
146146

147-
![rf_parameters](/assets/images/wisconsin/rf_parameters.png)
147+
![rf_parameter](/assets/images/wisconsin/rf_parameter.png)
148148

149149
Proceeded with RSF = 6 and B = 25, as they performed well across both seeds.
150150
We use the tuned RandomForest Model, with RSF = 6 and B = 25.

0 commit comments

Comments
 (0)