Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.12 KB

Some useful tools for Python [in context of Data Science]

PyPI Downloads License: Apache Code style: black

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.

Installation

It's published on PyPI, so simply

pip install somepytools

Reference

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