Meeting notes: - Experimental section - Experiemnts - HTML for app
In this meeting we talked about the experiemntal scetion of the thesis. I need to start drafting the experimnetal section to do this I plan to start with the baseline of what I am working with. Letting the reader know what my baselines are for the project. For instance that the linear regression model is my baseline for testing and the features the have been selected are a baseline. Also letting the user know about the data set and any issues with it.
In addition to starting the experiments chapter I need to come up and run experiments in the near future. Currently I only have one experiment that I am doing which is comparing all of the model. In a google spread sheet I am keeping track of all the predicted games and comparing them to the actual winner. In the sheets I am calculating the percentage that it gets correct. Some other possible experiemnts to do is changing the test data from 20%, change the features to the most significant, and possibly hyperperamters.
For this most part the python code for my tool is complete. I am now going to focus on the HTML ofpart of the tool which is the flask app. It is in a decent spot where it is readable and looks formatted. I think there are some improvements that an be done with the size of the table and its text to allow for easier readability. I also am not sure on what I want to do with the color scheme of the dashboard. It is currently black, grey, and green. This doesnt look bad but it is important to consider other colors for accessability reasons.