Set of utility functions used on regular basis


Keywords
nbdev, jupyter, notebook, python
License
MIT
Install
pip install ecutilities==1.2

Documentation

ecutilities

Installation:

PyPi

pip install ecutilities

GitHub

Two options to get versions which are not yet released on PyPi:

  1. clone the github repo and install it in edit mode from within the cloned repo:
pip install -e .
  1. install with pip from the github repo directly for hosted virtual machines:
pip install git+https://github.com/vtecftwy/ecutils.git@master
pip install git+https://github.com/vtecftwy/ecutils.git@develop

Modules:

  1. General use:
    • core
    • ipython
    • plotting
  2. Data Science and Machine learning:
    • eda_stats_utils
    • ml
  3. Images
    • image_utils
  4. Development
    • dev_utils