I have a dataset of 223 multilabels. I'm sure some of those labels are correlated so I want to merge them. For that I'm using sklearn tSNE to reduce the dimensions.
How can I "describe" the new dimensions in terms of the former ones, I need something like this:
0.5(rock) + 0.1(pop) generated popRock
0.2(rock) + 0.5(christian) generated christianRock