Isabel Gwara commited on
Commit
7d32599
·
1 Parent(s): c421354

Update reader.py

Browse files
Files changed (1) hide show
  1. reader.py +1 -1
reader.py CHANGED
@@ -36,7 +36,7 @@ def get_article(acc, most_imp_feat):
36
  with tag('div', klass='spacer'):
37
  with tag('div', klass='box model-div'):
38
  line('h2', "Model Accuracy", klass='acc')
39
- line('p', acc)
40
  with tag('div', klass='box model-div'):
41
  line('h2', "Most Important Feature", klass='feat')
42
  line('p', most_imp_feat)
 
36
  with tag('div', klass='spacer'):
37
  with tag('div', klass='box model-div'):
38
  line('h2', "Model Accuracy", klass='acc')
39
+ line('p', round(acc, 1))
40
  with tag('div', klass='box model-div'):
41
  line('h2', "Most Important Feature", klass='feat')
42
  line('p', most_imp_feat)