You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
New features
Added random_state parameter to mcalf.models.IBIS8542Model, which is passed to the sklearn.neural_network.MLPClassifier during initialisation of the default mcalf.models.IBIS8542Model.neural_network attribute. This aids reproducibility. Default is random_state=None, so same default behaviour as previous versions of MCALF. (#33)
Documentation
Added example Working with IBIS data to Example Gallery, using a real IBIS spectral imaging dataset. A neural network training dataset based on this IBIS dataset is included to demonstrate the classifying capabilities. Pre-computed results for the example are also included. (#31,#32,#34)
Updated LabellingTutorial.ipynb example to run as-is with the real IBIS spectral imaging dataset. (#31,#32)
Added example Using IBIS8542Model to Example Gallery, using randomly generated data as sample data. (#27)
Added JOSS paper to /paper/, and updated .zenodo.json to match paper title. (#28,#30)