This assignment is about predictive analysis on a dataset of songs using three different classifiers: Decision Tree, Random Forest, and Support Vector Machine. The goal is to predict the popularity of the song, release year, and genre. However, the results show that all three models have error percentages greater than 20%, 50%, and 54% respectively, indicating that the attributes used to parameterize the models may be incorrect. The conclusion is that track metadata is not a good way to analyze, and instead, audio features should be used to predict popularity, genre, or release year.