Skip to content

Commit 977e8be

Browse files
author
minjk-bl
committed
Fix typo on Evaluation app
1 parent b195d05 commit 977e8be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visualpython/html/m_ml/evaluation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<label><input type="checkbox" id="accuracy" class="vp-state"><span>Accuracy</span></label>
3939
<label><input type="checkbox" id="precision" class="vp-state"><span>Precision</span></label>
4040
<label><input type="checkbox" id="recall" class="vp-state"><span>Recall</span></label>
41-
<label><input type="checkbox" id="f1_score" class="vp-state"><span>F1-scorev</label>
41+
<label><input type="checkbox" id="f1_score" class="vp-state"><span>F1-score</label>
4242
<!-- <hr style="margin: 5px;"/> -->
4343
<!-- <label><input type="checkbox" id="roc_curve" class="vp-eval-check vp-state" data-type="roc-auc"><span>ROC Curve</span></label>
4444
<label><input type="checkbox" id="auc" class="vp-eval-check vp-state" data-type="roc-auc"><span>AUC</span></label> -->

0 commit comments

Comments
 (0)