anirudhshenoy / text-classification-small-datasets

Building a text classifier with extremely small datasets
44 stars 15 forks source link

Feature Engineering #1

Open selfcontrol7 opened 3 years ago

selfcontrol7 commented 3 years ago

Hi,

Thank you again for this amazing work. Really huge and deals with many points. Please I was wondering how did you perform the12 types of features engineering? Is there any available code to reproduce these 12 types of features?

Thank you.

jonas-nothnagel commented 3 years ago

Hi @selfcontrol7 I was also just looking for it and you find all the functions in the featurization.py file: https://github.com/anirudhshenoy/text-classification-small-datasets/blob/master/notebooks/featurization.py