MannLabs / alphadia

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

Move from settings object to kwargs in transfer learning #313

Closed GeorgWa closed 1 week ago

GeorgWa commented 1 month ago

at the moment there is a unused settings object in https://github.com/MannLabs/alphadia/blob/main/alphadia/transferlearning/train.py

which is overwritten by settings from the config or kwargs. I think we should 1) remove the object 2) move to kwargs with reasonable default where possible?