Skip to content

Releases: edahelsinki/pyslise

Consider Normalisation

25 May 13:11
Compare
Choose a tag to compare

This release fixes a bug when using normalise=True in SLISE-regression.

Furthermore, the impact calculated from normalised and unnormalised values tells different stories. Unnormalised impact lets you reconstruct the original prediction, while normalised impact is more of a comparison to the rest of the data. Thus, they are given separate rows when using the built in print and plot_dist functions.

Improved Examples

12 May 13:53
Compare
Choose a tag to compare

Some of the built-in plotting functions have been improved. Warnings from intermediate optimisation steps are now hidden by default (warnings from the last optimisation step are still shown). Finally, the examples have been extended and improved, especially in regards to how to interpret the results.

The Python version of SLISE

12 May 12:14
Compare
Choose a tag to compare

First public release of the Python version of the SLISE algorithm.