Skip to content

Collection of my utility functions usable across several projects and applications, both locally and on hosted VMs. This is provided as it is, feel free to use it but no support is provided.

License

vtecftwy/ecutils

Repository files navigation

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

About

Collection of my utility functions usable across several projects and applications, both locally and on hosted VMs. This is provided as it is, feel free to use it but no support is provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages