felixbur / nkululeko

Machine learning speaker characteristics
MIT License
31 stars 5 forks source link

More flexible data visualization #39

Closed felixbur closed 1 year ago

felixbur commented 1 year ago

currently only target/gender distribution plots are available.. but there might be age, gender, emotion, duration, snr etc. information available

change value_counts in [EXPL] so that

[DATA]
target = emotion
[EXPL]
value_counts = [['gender'], ['age', 'duration']] 

would result in two plots: one showing the distribution of gender per emotion, and the other the scatterplot of age and duration colored by emotion.

felixbur commented 1 year ago

done with version 0.52.0