XGBoost Classifier for Music Recommendation

Section 0 Preface for Imports, Data Handling, & Methodologies Section 0.1 Preface for Write-Up Interpretation & Acknowledgements Code was used from my own Github repository, found at www.github.com/sunnydigital/IDS_F21, including code derived from Stephen Spivak from Introduction to Data Science, Fall 2021. Most of the code falling under the aforementioned two categories surrounds the PCA and k-means analysis plots. Section 0.2 Imports & Installation of Packages, Libraries, Seaborn Settings, and Dataset(s) Below we set the random seed to the numeric portion of my ID: N12345678 import packages & libraries as well as set the settings for seaborn plots...

July 28, 2023