Files and folders in the project:
user_identification_analysis
notebook. It includes code, a description of the experimental setup, and a brief note describing my findings.common.py
contains functions used inuser_identification_analysis
;requirements.txt
that can be used to install relevant package versions.
- Navigate to this directory.
- Optional: Activate your virtual environment.
- Run
pip install -r requirements.txt
in your terminal. - Open
user_identification_analysis.ipynb
in Jupyter Notebook/Lab.