EMOTIFY - Emotion Classificaiton In Songs
Songs Multi-label Emotions Classification
@kaggle.yash9439_emotify_emotion_classificaiton_in_songs
Songs Multi-label Emotions Classification
@kaggle.yash9439_emotify_emotion_classificaiton_in_songs
CREATE TABLE data (
"track_id" BIGINT,
"n__genre" VARCHAR,
"n__amazement" BIGINT,
"n__solemnity" BIGINT,
"n__tenderness" BIGINT,
"n__nostalgia" BIGINT,
"n__calmness" BIGINT,
"n__power" BIGINT,
"n__joyful_activation" BIGINT,
"n__tension" BIGINT,
"n__sadness" BIGINT,
"n__mood" BIGINT,
"n__liked" BIGINT,
"n__disliked" BIGINT,
"n__age" BIGINT,
"n__gender" BIGINT,
"n__mother_tongue" VARCHAR
);
Anyone who has the link will be able to view this.