|
19 | 19 | <div class="vp-grid-border-box">
|
20 | 20 | <label for="featureData" class="vp-orange-text">Evaluation Metrics</label>
|
21 | 21 | <div class="vp-grid-box vp-eval-box vp-eval-rgs">
|
22 |
| - <!-- <input type="checkbox" id="coefficient" class="vp-state"><label for="coefficient">Coefficient</label> --> |
23 |
| - <!-- <input type="checkbox" id="intercept" class="vp-state"><label for="intercept">Intercept</label> --> |
24 |
| - <input type="checkbox" id="r_squared" class="vp-state" checked><label for="r_squared">R squared</label> |
25 |
| - <input type="checkbox" id="mae" class="vp-state"><label for="mae">Mean Absolute Error</label> |
26 |
| - <input type="checkbox" id="mape" class="vp-state"><label for="mape">Mean Absolute Percentage Error</label> |
27 |
| - <input type="checkbox" id="rmse" class="vp-state" checked><label for="rmse">Root Mean Squared Error</label> |
28 |
| - <input type="checkbox" id="scatter_plot" class="vp-state"><label for="scatter_plot">Scatter plot</label> |
| 22 | + <label class="vp-checkbox-label"><input type="checkbox" id="r_squared" class="vp-state" checked><span></span>R squared</label> |
| 23 | + <label class="vp-checkbox-label"><input type="checkbox" id="mae" class="vp-state"><span></span>Mean Absolute Error</label> |
| 24 | + <label class="vp-checkbox-label"><input type="checkbox" id="mape" class="vp-state"><span></span>Mean Absolute Percentage Error</label> |
| 25 | + <label class="vp-checkbox-label"><input type="checkbox" id="rmse" class="vp-state" checked><span></span>Root Mean Squared Error</label> |
| 26 | + <label class="vp-checkbox-label"><input type="checkbox" id="scatter_plot" class="vp-state"><span></span>Scatter plot</label> |
29 | 27 | </div>
|
30 | 28 | <div class="vp-grid-box vp-eval-box vp-eval-clf">
|
31 |
| - <input type="checkbox" id="confusion_matrix" class="vp-state" checked><label for="confusion_matrix">Confusion Matrix</label> |
32 |
| - <input type="checkbox" id="report" class="vp-state" checked><label for="report">Report (Accuracy/Precision/Recall/F1-score)</label> |
| 29 | + <label class="vp-checkbox-label"><input type="checkbox" id="confusion_matrix" class="vp-state" checked><span></span>Confusion Matrix</label> |
| 30 | + <label class="vp-checkbox-label"><input type="checkbox" id="report" class="vp-state" checked><span></span>Report (Accuracy/Precision/Recall/F1-score)</label> |
33 | 31 | <label class="vp-gray-text vp-italic">* You can select individually</label>
|
34 |
| - <input type="checkbox" id="accuracy" class="vp-state"><label for="accuracy">Accuracy</label> |
35 |
| - <input type="checkbox" id="precision" class="vp-state"><label for="precision">Precision</label> |
36 |
| - <input type="checkbox" id="recall" class="vp-state"><label for="recall">Recall</label> |
37 |
| - <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> |
| 32 | + <label class="vp-checkbox-label"><input type="checkbox" id="accuracy" class="vp-state"><span></span>Accuracy</label> |
| 33 | + <label class="vp-checkbox-label"><input type="checkbox" id="precision" class="vp-state"><span></span>Precision</label> |
| 34 | + <label class="vp-checkbox-label"><input type="checkbox" id="recall" class="vp-state"><span></span>Recall</label> |
| 35 | + <label class="vp-checkbox-label"><input type="checkbox" id="f1_score" class="vp-state"><span></span>F1-score</label> |
| 36 | + <label class="vp-checkbox-label"><input type="checkbox" id="roc_curve" class="vp-state"><span></span>ROC Curve</label> |
| 37 | + <label class="vp-checkbox-label"><input type="checkbox" id="auc" class="vp-state"><span></span>AUC</label> |
40 | 38 | </div>
|
41 | 39 | <div class="vp-grid-box vp-eval-box vp-eval-cls">
|
42 |
| - <!-- <input type="checkbox" id="sizeOfClusters" class="vp-state" checked><label for="sizeOfClusters">Size of clusters</label> --> |
43 |
| - <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> |
| 40 | + <label class="vp-checkbox-label"><input type="checkbox" id="silhouetteScore" class="vp-state" checked><span></span>Silhouette score</label> |
| 41 | + <label class="vp-checkbox-label"><input type="checkbox" id="ari" class="vp-state"><span></span>ARI</label> |
| 42 | + <label class="vp-checkbox-label"><input type="checkbox" id="nm" class="vp-state"><span></span>NM</label> |
46 | 43 | </div>
|
47 | 44 | </div>
|
48 | 45 | </div>
|
|
0 commit comments