cangermueller / deepcpg

Deep neural networks for predicting CpG methylation
MIT License
143 stars 66 forks source link

confused on y and z in 'deepcpg/evaluate.py/evaluate(y, z, mask=CPG_NAN, metrics=CLA_METRICS)' #9

Closed PapaMadeleine2022 closed 7 years ago

PapaMadeleine2022 commented 7 years ago

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?

cangermueller commented 7 years ago

Throughout the code y are true labels and z model predictions.