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

move some imports (using __init__ files) #184

Open florian-huber opened 5 months ago

florian-huber commented 5 months ago

Some imports are not a bit too long for my liking. For instance from ms2deepscore.models.SiameseSpectralModel import train

Such imports could be made easier by adding them to an ini file. For the example we could maybe aim for from ms2deepscore import train

or from ms2deepscore.models import train