matchms / ms2deepscore

Deep learning similarity measure for comparing MS/MS spectra with respect to their chemical similarity
Apache License 2.0
48 stars 22 forks source link

Reconsider settings class #190

Open niekdejonge opened 5 months ago

niekdejonge commented 5 months ago

In #189 we merged the different settings classes into one. This makes it easier to move all settings between functions and for storing the settings, however, the high number of different settings can make it confusing. Therefore we might want to switch back to separated setting classes. For instance a TrainingSettings (epochs, learning rate), GeneratorSettings (augmentation, shuffling, balanced inchikeys) and ModelSettings class (layers, dimensions).