Sentdex / pygta5

Explorations of Using Python to play Grand Theft Auto 5.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About multiclass classification

mburakbozbey opened this issue · comments

Hi,

I'm currently trying to implement similar project on Crew 2. Since there are 9 key classes which are not mutually exclusive (i.e. "W" & "WA"), I think overall classification task should be multi-label multiclass classification rather than multi-class classification.