DontPlanToEnd commited on
Commit
de24dc8
1 Parent(s): 0dac774

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -202,7 +202,7 @@ with GraInter:
202
  <br>
203
  **Cor:** The correlation coefficient between the predicted ratings and the actual ratings.
204
  <br>
205
- **Std:** The standard deviation of the models predicted ratings. <0.5 means the model mostly spammed one number, 0.5-0.75: ~two numbers, 0.75-1: ~three, etc. Around 1.7-2.3 is a good distribution of ratings.
206
  <br>
207
  **Score:** A combination of Dif, Cor, and Std.
208
  """)
 
202
  <br>
203
  **Cor:** The correlation coefficient between the predicted ratings and the actual ratings.
204
  <br>
205
+ **Std:** The standard deviation of the model's predicted ratings. <0.5 means the model mostly spammed one number, 0.5-0.75: ~two numbers, 0.75-1: ~three, etc. Around 1.7-2.3 is a good distribution of ratings.
206
  <br>
207
  **Score:** A combination of Dif, Cor, and Std.
208
  """)