fma icon indicating copy to clipboard operation
fma copied to clipboard

Deleted redundant `genres_names` definition

Open KofClubs opened this issue 4 years ago • 0 comments

In section 4.2 of analysis.ipynb, genres_names is repeatedly defined:

genres_names = enc.classes_
genres_names = genres.loc[enc.classes_,'title'].values

I deleted the upper line.

KofClubs avatar Jun 30 '21 08:06 KofClubs