Loading web/index.html +31 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ <p>Is it spam or ham? <button>Find out!</button> </p> </div> <br> <!-- List used in spam --> <div id="spam_words_list"> <p>Top 5 words most commonly used in spam: <ol> Loading @@ -30,9 +31,37 @@ </ol> </p> </div> <!-- List used in spam --> <div id="top_algorithm"> <p>Algorithm currently in use: </p><p name="algorithmInUse"></p> <br> <table> <tr> <th>Algorithm Name</th> <th>F1 score</th> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> </table> </div> <br> </body> </html> Loading
web/index.html +31 −2 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ <p>Is it spam or ham? <button>Find out!</button> </p> </div> <br> <!-- List used in spam --> <div id="spam_words_list"> <p>Top 5 words most commonly used in spam: <ol> Loading @@ -30,9 +31,37 @@ </ol> </p> </div> <!-- List used in spam --> <div id="top_algorithm"> <p>Algorithm currently in use: </p><p name="algorithmInUse"></p> <br> <table> <tr> <th>Algorithm Name</th> <th>F1 score</th> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> <tr> <td>Neural Network</td> <td>1.0</td> </tr> </table> </div> <br> </body> </html>