Nkululeko: how to plot distributions of feature values

As shown in this post, you can select only specific features from your features sets by specifying them in the [FEAT] section:

[FEATS]
features = ['JitterPCA', 'meanF0Hz', 'hld_sylRate']

What you can also do, is plotting them per category (only for classification), by specifying in the PLOT section if you would like that for all samples or only test or train samples:

[PLOT]
feature_distributions = train

The image file is in the image folder and should look similar to this:

Leave a Reply

Your email address will not be published. Required fields are marked *