felixbur / nkululeko

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

Make column names configurable #93

Closed felixbur closed 1 year ago

felixbur commented 1 year ago

columns like speaker, age, gender are used by nkululeko but often present in the data but with different names. Would be easy to make this confugurable, e.g.

[DATA] databases = ['my_data'] my_data.colnames = {'speaker':'Participant ID', 'gender':'sex, 'age': 'Age}

felixbur commented 1 year ago

Done in 0.68.2