-
Notifications
You must be signed in to change notification settings - Fork 1
senchromatic/linkedin-tags
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
0. Install: $ bash install.sh 1. Download raw data: $ python src/online/download_data.py $ "data+scientist" 2. Clean raw data: $ python src/offline/data_cleaning.py 3. Process cleaned data: $ python src/offline/data_processing.py 4. Analyze processed data: $ python src/offline/analyze.py $ 3 # any positive integer, between 1 and 5 (inclusive) recommended 5. Combine analyzed results: $ python src/offline/combine_results.py $ 3 # between 1 and the number above (but not exceeding it) 6. Show combined results: $ less results/combined/*.txt $ :n # next page $ :n ... $ :q # quit 7. Filter combined results: $ python src/offline/terms_filter.py 8. Show filtered results: $ less filtered/*.txt $ :n $ :n ... $ :q
About
analysis of overrepresented terms per occupation on LinkedIn profiles
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published