-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filepriority 2Important tasks after addressing P1Important tasks after addressing P1
Milestone
Description
In the feature_dict, there are many features sharing the same function. For example, "Message Length" and "Message Quantity" are both generated by text_based_features(). This makes dependency checking quite difficult. Furthermore, some of our functions rely on other functions being run first --- e.g., "information exchange" relies on "first person wordcount," which is a lexical feature that is run temporally prior.
We should split the functionality and make sure each feature has its own function, and ensure that functions are fully modular.
Metadata
Metadata
Assignees
Labels
dependenciesPull requests that update a dependency filePull requests that update a dependency filepriority 2Important tasks after addressing P1Important tasks after addressing P1