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

Use `None` instead of `0` to represent a missing value. #7

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#L25

paul-irolla commented 5 years ago

Corrected