gacels

Package containing reusable tools for different applications.


License
MIT
Install
pip install gacels==0.1.11

Documentation

Gacels

This is a library containing commonly used functionality in a range of computer engineering/science related tasks. The purpose is to quickly start new projects based on already implemented functionality and avoid implementing the same functionality twice.

Using the package

The package is hosted on PyPi and may be installed as

pip install gacels

Then, as an example, the package can be used as

from gacels.data_science import missing_data_analysis as mda

Documentation: https://aeslib.readthedocs.io/en/latest/#