felixbur / nkululeko

Machine learning speaker characteristics
MIT License
26 stars 4 forks source link

Add a data filter for column values #37

Closed felixbur closed 1 year ago

felixbur commented 1 year ago

Add a filter that only uses data points where a specific column has a specific value. This is a generalization of the sex filter. e.g. [DATA] filter = [['sex', 'female'], ['style', 'reading']]

would use only the data where sex is female and style is reading

felixbur commented 1 year ago

Done with version 0.51.0