Skip to content

Clean up Dependency Checking and Ensure Full Function Modularity #353

Description

@xehu

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

dependenciesPull requests that update a dependency filepriority 2Important tasks after addressing P1

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions