Watts-Lab / team_comm_tools

An open-source Python library that turns multiparty conversational data into social-science backed features.
https://teamcommtools.seas.upenn.edu/
MIT License
3 stars 4 forks source link

Allow Users to Append New Features to Previously Generated Features #285

Open PriyaDCosta opened 2 weeks ago

PriyaDCosta commented 2 weeks ago

Currently, ALL features (chat, conversation and user level) are regenerated every time FeatureBuilder.featurize() is called. However, users may have previously generated some features and might want to add new features, without re-generating features that are already available.

xehu commented 2 weeks ago

Requirement: user passes in an argument for the names of columns that need to be regenerated, and everything else is kept the same