uchicago-dsi / climate-cabinet-campaign-finance-tracker

1 stars 2 forks source link

what are the classification values? #87

Closed trevorspreadbury closed 7 months ago

trevorspreadbury commented 7 months ago
        #TODO: what are the classification values?

https://github.com/dsi-clinic/2024-winter-climate-cabinet-campaign-finance-tracker/blob/6289156899c02b94711ae953786dde51884520cf/src/utils/network.py#L191

bhavyapan commented 7 months ago

Still unsure about this but the classification values are meant to categorize nodes based on certain attributes (e.g., type of entity). So far the code uses "c", "f", and a default "neutral" classification.

bhavyapan commented 7 months ago

Neutral classification for almost all entities in the transactions_table.csv and individuals_table.csv files under output/cleaned directory. "c" stands for clean and "f" for fossil-fuel.

trevorspreadbury commented 7 months ago

Makes sense -- these could probably use a better name or be documented somewhere