Skip to content

ART 1.0.1

Choose a tag to compare

@beat-buesser beat-buesser released this 08 Oct 14:34

This release of ART 1.0.1 accounts for initial user feedback on v1.0.0

Added

  • add support for binary logistic regression with sklearn.linear_model.LogisticRegression in addition to the existing support for multi-class logistic regression (#171)

Changed

  • extended exception messages inside of attacks checking for valid combinations of attacks and classifiers to provide better explanations of the reason for the raised exception (#174)

  • update Travis unit-testing to use TensorFlow 2.0.0 (#183)

Removed

[None]

Fixed

  • Fixed an issue in art.attacks.PoisoningAttackSVMwhere sometimes a certain class label wouldn't create unique poison points (#168)

  • Fixed typos in README (#170, #184)