Profile top scoring public kernels on Kaggle.
conda create -n <env_name> python=3.7
conda activate <env_name>
pip install -r requirements.txt -r requirements-dev.txt
python entrypoint.py -c titanic
# or
pip install -e .
profile -c titanic
flake8 .
black --check .