Spaces:
Runtime error
Runtime error
Isabel Gwara
commited on
Commit
•
845806b
1
Parent(s):
fbe1324
Update reader.py
Browse files
reader.py
CHANGED
@@ -7,7 +7,7 @@ from yattag import Doc
|
|
7 |
def get_article(acc, most_imp_feat):
|
8 |
filename = "info.txt"
|
9 |
placeholder = "please create an info.txt to customize this text"
|
10 |
-
note = "**Note that model accuracy
|
11 |
|
12 |
title = bkgd = data_collection = priv_cons = bias_cons = img_src = membs = description = placeholder
|
13 |
# check if info.txt is present
|
|
|
7 |
def get_article(acc, most_imp_feat):
|
8 |
filename = "info.txt"
|
9 |
placeholder = "please create an info.txt to customize this text"
|
10 |
+
note = "**Note that model accuracy is based on the uploaded data.csv and reflects how well the AI model can give correct recommendations for that dataset. An accuracy of 50% means that half of the model's predictions for that dataset were accurate. Model accuracy and most important feature can be helpful for understanding how the model works, but should not be considered absolute facts about the real world."
|
11 |
|
12 |
title = bkgd = data_collection = priv_cons = bias_cons = img_src = membs = description = placeholder
|
13 |
# check if info.txt is present
|