PracticalDataScience-ENCA icon indicating copy to clipboard operation
PracticalDataScience-ENCA copied to clipboard

The goal of this project is to recommend songs for a given playlist from Spotify. This project starts from data collection all the way to model deployment to ensure you have a working model to showcas...

Results 1 PracticalDataScience-ENCA issues
Sort by recently updated
recently updated
newest added

Problem with the current way to load json data is that it [loads the data fully into memory](https://github.com/enjuichang/PracticalDataScience-ENCA/blob/4e01e12ad77a8238e160682ca2e4eefd72911848/notebooks/scripts/load_data.py#L12) and then most of that scanned json is thrown away and only...