Skip to content

Commit 43fed25

Browse files
author
minjk-bl
committed
small changes
1 parent 2bd8b01 commit 43fed25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

html/m_ml/evaluation.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
<input type="checkbox" id="precision" class="vp-state"><label for="precision">Precision</label>
3636
<input type="checkbox" id="recall" class="vp-state"><label for="recall">Recall</label>
3737
<input type="checkbox" id="f1_score" class="vp-state"><label for="f1_score">F1-score</label>
38-
<input type="checkbox" id="roc_curve" class="vp-state" ><label for="roc_curve">ROC Curve</label>
39-
<input type="checkbox" id="auc" class="vp-state" ><label for="auc">AUC</label>
38+
<input type="checkbox" id="roc_curve" class="vp-state"><label for="roc_curve">ROC Curve</label>
39+
<input type="checkbox" id="auc" class="vp-state"><label for="auc">AUC</label>
4040
</div>
4141
<div class="vp-grid-box vp-eval-box vp-eval-cls">
4242
<!-- <input type="checkbox" id="sizeOfClusters" class="vp-state" checked><label for="sizeOfClusters">Size of clusters</label> -->
4343
<input type="checkbox" id="silhouetteScore" class="vp-state" checked><label for="silhouetteScore">Silhouette score</label>
44-
<input type="checkbox" id="ari" class="vp-state" ><label for="ari">ARI</label>
45-
<input type="checkbox" id="nm" class="vp-state" ><label for="nm">NM</label>
44+
<input type="checkbox" id="ari" class="vp-state"><label for="ari">ARI</label>
45+
<input type="checkbox" id="nm" class="vp-state"><label for="nm">NM</label>
4646
</div>
4747
</div>
4848
</div>

0 commit comments

Comments
 (0)