You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current behavior of Nkululeko only supports a single target (e.g., target = emotion). Given that scikit-learn supports multiouput labels, it is possible to make Nkululeko also support multitask learning.
Imagine that we can do,
target = ['emotion', 'age', 'gender']
in the INI file.
For the first start, one could change the format of the target from target = emotion to target = ['emotion'] and do the rest later.
The text was updated successfully, but these errors were encountered:
The current behavior of Nkululeko only supports a single target (e.g.,
target = emotion
). Given that scikit-learn supports multiouput labels, it is possible to make Nkululeko also support multitask learning.Imagine that we can do,
in the INI file.
For the first start, one could change the format of the target from
target = emotion
totarget = ['emotion']
and do the rest later.The text was updated successfully, but these errors were encountered: