0.2.0
This release expands the functionalities of MS2DeepScore. Most important is the option to use Monte-Carlo Dropout for uncertainty evaluation of the predicted spectral similarity scores.
Added
MS2DeepScoreMonteCarlo
Monte-Carlo dropout based ensembling do obtain mean/median score and STD #65- choice between
median
(default) andmean
ensemble score which come withIQR
andSTD
as uncertainty measures #86 dropout_in_first_layer
option for SiameseModel (default is False) #86use_fixed_set
option for data generators to create deterministic training/testing data with fixed random seed #73
Changed
- small update of
create_histograms_plot
to make the plot prettier/better to read #85