Skip to content

Commit

Permalink
test mining for interest/demographic combos
Browse files Browse the repository at this point in the history
  • Loading branch information
ianbstewart committed May 25, 2018
1 parent 253f934 commit f7bb0b4
Show file tree
Hide file tree
Showing 6 changed files with 839 additions and 9 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ conda install -r requirements.txt

## Running code

Before running code, the environment should be activated:

```
conda activate assimilation_py27
```

All code should be run from the base directory, e.g.:

```
Expand Down Expand Up @@ -39,4 +45,10 @@ deactivate
- Activated and tested access token (src/data_processing/example_mine.py).
- Mined audience counts for Hispanic people across languages (Spanish/Bilingual/English), age groups (young, middle-aged, old) and states, including the full Hispanic count and only Ex-pats from Mexico (src/data_processing/mine_multiple_locations.py).
- Compared the Ex-pat estimates with ground-truth census data (src/data_processing/compare_facebook_survey_estimates.ipynb).
- Compared the relative audience sizes of different age/language groups and found that younger Hispanic Facebook users (13-28) tended to be more bilingual and use less Spanish than older Hispanic users (28+). (src/data_processing/compare_young_old_lang_use.ipynb).
- Compared the relative audience sizes of different age/language groups and found that younger Hispanic Facebook users (13-28) tended to be more bilingual and use less Spanish than older Hispanic users (28+). (src/data_processing/compare_young_old_lang_use.ipynb).

## TODO

- Figure out MPI policy on funding for survey deployment.
- Assess Turk Prime as a platform for survey deployment (alternative to Facebook, in case of funding problems): how much representation of Hispanic people?
- Determine top-1000 most popular American interests; filter manually to pick out those most likely to be related to assimilation (e.g. music).
Loading

0 comments on commit f7bb0b4

Please sign in to comment.