summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 10:21:31 +0000
committerFudgerboy <91767657+Fudgerboy@users.noreply.github.com>2024-05-20 10:21:31 +0000
commit1be481e0e19d75138a79b32060fe910a733dbae6 (patch)
tree0c5b15bedbfac6e689144c318fd5a38c8563f35b
parent2ca4ac47e9c36400cb45a9834af6876eac283fc6 (diff)
Mon, May 20, 2024, 3:21 AM -07:00
-rw-r--r--wk7/pset/songs/answers.txt7
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.