This is the official repository of WiDS Texas Datathon 2021.
Please check the data repository.
Install necessary Python packages
pip install requirements.txt
Please make sure following the programming and formatting guideline defined by the pre-commit configuration files.
To install required Python packages for dev purpose,
pip install requirements-dev.txt
To install pre-commit git hooks,
pre-commit install