This is the official repository of WiDS Texas Datathon 2021.
Please check the data repository.
Install necessary Python packages
pip install requirements.txtPlease 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.txtTo install pre-commit git hooks,
pre-commit install