This model tries to predict the popularity score of a track on Spotify based on Spotify tracks DB dataset
You should have pandas
, torch
and sklearn
installed.
Then you can navigate to the project directory and run the model with:
python linear.py
Here is a visualization of MAE change during training
To get actual MAE on testing data just run the linear.py
script.