pip install git+https://github.com/xglab-pro/xglab_metric.git
pip install git+https://github.com/xglab-pro/xglab_metric.git@version
pip install git+https://github.com/xglab-pro/[email protected]
The list of version you can find in tag tab
To create a new metric, inherit from the NumericMetric class and implement the evaluate
method.
See the example repository