Here I gather functions that are handful in Data Science & Machine Learning projects.
All functions are described by their docstrings, rendering documentation is next step.
It's published on PyPI, so simply
pip install somepytools
Modules inclues:
- extended typing module
- common read-write operations for configs
- utils to work with filesystem
- functions to handle videos in opencv
- torch utilities (infer and count parameters)
- even more (e.g. wrapper to convert strings inputs to
pathlib
)
For now it's better to go through the files and look at contents