Plot 1: Our recorded data and coherences plotted against known scores for those play-throughs. While it is not accurate in terms of specific scores, the general trend is reflective of a 0-5 star ranking system.
We can predict your Just Dance score to within 2000 points. While not perfect accurate, that level of precision means we can accurately rank your play-through on the game's range of 0-5 stars (⭐).
In order to do so, we make use of our cohere function and our calculated linear regression model. By finding the coherence of a given play-through and passing it into our defined linear model, we output a score and ranking.
Running our regression for the two trial runs shown to the left returns values of 3 and 2 respectively. Given a score of 7040, Just Dance officially gives a ranking of 3 ⭐s, which aligns exactly with what we predict. The same is true for the second example.
Code 1: A snippet of code showing how we evaluated our defined linear polynomial model. We divide the result of the regression by 2000 and then floor the result to get the closest ⭐ ranking.
Our current model is not as accurate as we would like. However, we've identified a few things that we hope could increase the reliability of our model: