pyml.utils.metrics#

Collection of common metrics used in machine learning

Functions

euclidean_distance

Computes the euclidean distance for two matrix-like objects :rtype: ndarray

manhatten_distance

Computes the manhatten distance for two matrix-like objects :rtype: ndarray