clulab / twitter4food

Repository for the health informatics analytics on twitter project
Apache License 2.0
1 stars 4 forks source link

Unify features #5

Closed herongrove closed 7 years ago

herongrove commented 7 years ago

Move RT, age, and gender capabilities to master. Since we already have a gender classifier, either combine these classifications (e.g. by falling back to text classifier if no image classification available) or let there be a switch in the config file.

Make ensemble OverweightClassifier its own class.

MihaiSurdeanu commented 7 years ago

@danebell: Good idea. And also, good idea to keep track of things as issues! But, before you change anything, can you please tag this version of the code? So we can replicate submission results, if we need to.

herongrove commented 7 years ago

Finished with this commit.