Mikey Tran commited on
Commit
75a71aa
·
unverified ·
1 Parent(s): 6bafbc1

Update Makefile

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -12,7 +12,7 @@ eval:
12
  cat ./results/metrics.txt >> report.md
13
 
14
  echo '\n Confusion Matrix Plot' >> report.md
15
- echo '![Confusion Matrix](./results/model_results.png)' >> report.md
16
 
17
  cml comment create --publish report.md
18
 
 
12
  cat ./results/metrics.txt >> report.md
13
 
14
  echo '\n Confusion Matrix Plot' >> report.md
15
+ echo '![Confusion Matrix](./results/model_result.png)' >> report.md
16
 
17
  cml comment create --publish report.md
18