Duolingo user engagement forecasting using Markov Chain
model for DAU, WAU, and MAU
-
Create a Python virtual environment and activate
python -m venv dev
.\dev\Scripts\activate
-
Install the packages and dependencies as listed in requirements file
pip install -r requirements.txt --no-cache-dir --disable-pip-version-check
-
Start your development
Jupyter Notebook
orJupyter Lab
serverjupyter lab --notebook-dir=. --no-browser
jupyter notebook