Skip to content

harupy/kernel-profiler

Repository files navigation

Kernel Profiler

Upload Code style: black

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published