-
Download the dataset from this kaggle repository.
-
Extract the zip file and save it in the same directory as the notebooks.
-
Make sure that you have Python 3.x installed. You can check your Python version by running
python --versionin your terminal. -
Install the necessary Python libraries. You can do this by running
pip install numpy pandas scikit-learn scipy matplotlib seabornin your terminal. -
Execute the preprocessing Jupyter notebook. This will save the train-test split in your current directory as CSV files. The command to run the notebook is
jupyter notebook preprocessing.ipynb. -
Execute the modelling Jupyter notebook. This notebook requires the files generated in the previous step. The command to run the notebook is
jupyter notebook modelling.ipynb.
gerardgrau/song-popularity-predictor
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|