DisaitekAI / membership_inference_attack

Implementation for the experiments in the blogpost "Demystifying the Membership Inference Attack" at https://www.mlsecurity.ai/post/demystifying-the-membership-inference-attack
MIT License
1 stars 0 forks source link

Raise exception instead of using `return` and no need for `else` #6

Closed rodgzilla closed 5 years ago

rodgzilla commented 5 years ago

https://github.com/DisaitekAI/membership_inference_attack/blob/53906af370b912d2242bbabd8f17689a82b20127/src/models/mia_model.py#L21-L26

paul-irolla commented 5 years ago

Done