.flake8
.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/python-publish.yml
.github/workflows/python-testing.yml
docs/Makefile
docs/source/conf.py
docs/source/index.rst
docs/source/commands/installation/pip.txt
docs/source/sections/installation/index.rst
docs/source/sections/reference/index.rst
docs/source/sections/tutorial/agg.rst
docs/source/sections/tutorial/count.rst
docs/source/sections/tutorial/index.rst
docs/source/sections/tutorial/null.rst
docs/source/sections/tutorial/onehot.rst
docs/source/sections/tutorial/ordinal.rst
docs/source/sections/tutorial/target.rst
docs/source/sources/tutorial/index.txt
shirokumas/__init__.py
shirokumas/_agg.py
shirokumas/_base.py
shirokumas/_count.py
shirokumas/_exceptions.py
shirokumas/_null.py
shirokumas/_onehot.py
shirokumas/_oof.py
shirokumas/_ordinal.py
shirokumas/_target.py
shirokumas.egg-info/PKG-INFO
shirokumas.egg-info/SOURCES.txt
shirokumas.egg-info/dependency_links.txt
shirokumas.egg-info/requires.txt
shirokumas.egg-info/top_level.txt
tests/__init__.py
tests/shirokumas/__init__.py
tests/shirokumas/test_agg.py
tests/shirokumas/test_count.py
tests/shirokumas/test_null.py
tests/shirokumas/test_onehot.py
tests/shirokumas/test_oof.py
tests/shirokumas/test_ordinal.py
tests/shirokumas/test_target.py