Skip to content

Instantly share code, notes, and snippets.

View alexnb's full-sized avatar

Alexander Bouriakov alexnb

View GitHub Profile
// 1. Add placeholder properties onto non-song entities (needed for FastRP)
MATCH (n)
WHERE n:Artist OR n:Genre OR n:Album
SET n.instrumentalness = 0.0,
n.speechiness = 0.0,
n.tempo = 0.0,
n.danceability = 0.0,
n.acousticness = 0.0,
n.instrumentalness = 0.0,