Skip to content

v2.2.0

Compare
Choose a tag to compare
@beckermr beckermr released this 08 Jun 13:31
· 20 commits to master since this release
a86fa34

Added

  • Added prediction_gradient method for understanding the impact of different
    features in MLPs with dense inputs.
  • Added support for SELU activations with alpha dropout.
  • Added sample weights for the FMClassifier.
  • Added FMRegressor.

Fixed

  • Exposed muffnn.__version__.
  • Fixed bug in FMClassifier where it failed for predicting one example.
  • Fixed ValueError for type of target in MLPClassifier and FMClassifier (#90).

Changed

  • Updated requirements on numpy to 1.14 or higher.
  • Updated requirements on scipy to 1.0 or higher.