numpy_ml/utils/README.md
The utilities module implements a number of useful functions and objects that power other ML algorithms across the repo.
data_structures.py implements a few useful data structures
kernels.py implements several general-purpose similarity kernels
distance_metrics.py implements common distance metrics
graphs.py implements simple data structures and algorithms for graph
processing.
windows.py implements several common windowing functions
testing.py implements helper functions that prove useful when writing unit
tests, including data generators and various assert statements