diff options
Diffstat (limited to 'wk7')
-rw-r--r-- | wk7/pset/songs/answers.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/wk7/pset/songs/answers.txt b/wk7/pset/songs/answers.txt index e69de29..58c5634 100644 --- a/wk7/pset/songs/answers.txt +++ b/wk7/pset/songs/answers.txt @@ -0,0 +1,7 @@ +I would take the average value of the energy, valence, and danceability of each +song, then calculate the moods based on those values + +One downside of this is that it may cancel out extreme values, leading to values +just in the middle, and an inaccurate mood given. A better way to do this would +be to find clumps of the most common values of each and use the two biggest clumps +to base the mood on. |