dbeinhauer / mcs-source

0 stars 0 forks source link

Create logical layer for different evaluation metrics #33

Open dbeinhauer opened 2 days ago

dbeinhauer commented 2 days ago

Currently, we are using only CC_NORM and CC_ABS metric that we use and return as separate objects. In the future, we might want to use several different metrics and maybe also return them in one evaluation run. For this example it might be useful to return all evaluation metrics in one shared object with keys that corresponds to given metric (probably return as dictionary).