Commit c467f828 authored by Chris's avatar Chris
Browse files

yeet

parent 70ced994
Loading
Loading
Loading
Loading
+31 −2
Original line number Diff line number Diff line
@@ -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>
@@ -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>