Skip to content

Commit 42cfb0b

Browse files
author
minjk-bl
committed
Move some functions(ROC, AUC) from Evaluation to Model Info
1 parent aa3c448 commit 42cfb0b

File tree

4 files changed

+101
-101
lines changed

4 files changed

+101
-101
lines changed

html/m_ml/evaluation.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,14 @@
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>
4141
<label><input type="checkbox" id="f1_score" class="vp-state"><span>F1-scorev</label>
42-
<hr style="margin: 5px;"/>
43-
<label><input type="checkbox" id="roc_curve" class="vp-eval-check vp-state" data-type="roc-auc"><span>ROC Curve</span></label>
44-
<label><input type="checkbox" id="auc" class="vp-eval-check vp-state" data-type="roc-auc"><span>AUC</span></label>
45-
<div class="vp-grid-col-95">
42+
<!-- <hr style="margin: 5px;"/> -->
43+
<!-- <label><input type="checkbox" id="roc_curve" class="vp-eval-check vp-state" data-type="roc-auc"><span>ROC Curve</span></label>
44+
<label><input type="checkbox" id="auc" class="vp-eval-check vp-state" data-type="roc-auc"><span>AUC</span></label> -->
45+
<!-- <div class="vp-grid-col-95">
4646
<label for="model" class="vp-orange-text">Model</label>
4747
<select id="model" class="vp-select vp-state vp-ev-model roc-auc">
48-
<!-- Auto create -->
4948
</select>
50-
</div>
49+
</div> -->
5150
</div>
5251
<div class="vp-grid-box vp-eval-box vp-eval-cls">
5352
<label><input type="checkbox" id="silhouetteScore" class="vp-eval-check vp-state" data-type="silhouette" checked><span>Silhouette score</span></label>

0 commit comments

Comments
 (0)