MannLabs / alphadia

modular & open DIA search
https://alphadia.readthedocs.io
Apache License 2.0
41 stars 3 forks source link

FEAT Change transferlearning metrics datastructure #232

Closed mo-sameh closed 3 months ago

mo-sameh commented 3 months ago

The data structure used for storing the metrics has been changed to a long format. This has made the metrics module, and particularly the metric manager, much simpler and more general. Additionally, I have adapted train.py and the plotting functions in the fine-tuning notebook to use the new data structure.