privML / privacy-evaluator

The privML Privacy Evaluator is a tool that assesses ML model's levels of privacy by running different attacks on it.
MIT License
17 stars 17 forks source link

Finalize project #236

Closed Erdnaf closed 3 years ago

Erdnaf commented 3 years ago

closes #201

Friedrich-Mueller commented 3 years ago

I got this error in the privacy score colab notebook: https://stackoverflow.com/questions/64862818/cannot-import-name-png-from-matplotlib So I changed the matplotlib version according to this thread. I am not sure if this exact version is the best choice, but for now it fixes that error. Maybe someone else can comment on that?

Friedrich-Mueller commented 3 years ago

The wrong colab notebook filename of the on point basis attack (privacy score) is actually a known issue, see here: https://github.com/googlecolab/colabtools/issues/764. Just for everyones info

Erdnaf commented 3 years ago

I got this error in the privacy score colab notebook: https://stackoverflow.com/questions/64862818/cannot-import-name-png-from-matplotlib So I changed the matplotlib version according to this thread. I am not sure if this exact version is the best choice, but for now it fixes that error. Maybe someone else can comment on that?

I Testet the on point notebook localy, seems fine with the version change, i see no issues there

Can we merge this now so all changes are on team1sprint6?