- Develop foundational skills in data science and utilize machine learning techniques to model COVID-19 time series data collected in the United States.
- Visualize data and model predictions with a geographic graphic to see the spread of disease over time.
- Navigate to project folder and create a virtual environment
- Create environment:
python -m venv (environment name)
- Activate environment
Unix:Windows:source ./(environment name)/bin/activatevenv\Scripts\activate.ps1
- Create environment:
- Install required python packages using requirements.txt:
pip install -r ./requirements.txt
- Start JupyterLab
jupyter lab
TODO
- Identify libraries to use