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.txtpython entrypoint.py -c titanic
# or
pip install -e .
profile -c titanicflake8 .
black --check .