hello, I am confused about the evaluate for CLA_METRICS.
In the function deepcpg/evaluate.py/evaluate(y, z, mask=CPG_NAN, metrics=CLA_METRICS), y seems to not correspond to z, so I can not understand the results of evaluate like acc.
can you explain this?
hello, I am confused about the
evaluate
forCLA_METRICS
. In the functiondeepcpg/evaluate.py/evaluate(y, z, mask=CPG_NAN, metrics=CLA_METRICS)
,y
seems to not correspond to z, so I can not understand the results of evaluate like acc. can you explain this?