NitishaS-812k/Music-Genre-Classifier

Imputing data

Closed this issue · 0 comments

A good portion of the CSV file created has genres listed as "None". Deleting them before training is a huge loss of data and can help prevent the slight overfit the models suffer. The file preprocess_data.py should impute those values in a manner that does not degrade the accuracy.