kernel-profiler
kernel-profiler copied to clipboard
Kernel Profiler
Profile top scoring public kernels on Kaggle.
How to create a development environment
conda create -n <env_name> python=3.7
conda activate <env_name>
pip install -r requirements.txt -r requirements-dev.txt
How to run
python entrypoint.py -c titanic
# or
pip install -e .
profile -c titanic
Lint
flake8 .
black --check .