Skip to content

Commit a0dc2ee

Browse files
Fix plot paths
1 parent 9a09eb4 commit a0dc2ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

report-example.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ into training and testing sets using 5-fold cross validation.
88

99
## Model Performance
1010

11-
<img src="figures/performance.png" width="80%" />
11+
<img src="figures/performance-example.png" width="80%" />
1212

1313
## Hyperparameter Performance
1414

15-
<img src="figures/hp_performance_glmnet.png" width="80%" /><img src="figures/hp_performance_rf.png" width="80%" /><img src="figures/hp_performance_rpart2.png" width="80%" /><img src="figures/hp_performance_svmRadial.png" width="80%" />
15+
<img src="figures/hp_performance_glmnet-example.png" width="80%" /><img src="figures/hp_performance_rf-example.png" width="80%" /><img src="figures/hp_performance_rpart2-example.png" width="80%" /><img src="figures/hp_performance_svmRadial-example.png" width="80%" />
1616

1717
## Memory Usage & Runtime
1818

19-
<img src="figures/benchmarks.png" width="80%" />
19+
<img src="figures/benchmarks-example.png" width="80%" />
2020

2121
Each model training run was given 36 cores for parallelization.

0 commit comments

Comments
 (0)