Trusted-AI / adversarial-robustness-toolbox

Adversarial Robustness Toolbox (ART) - Python Library for Machine Learning Security - Evasion, Poisoning, Extraction, Inference - Red and Blue Teams
https://adversarial-robustness-toolbox.readthedocs.io/en/latest/
MIT License
4.82k stars 1.16k forks source link

Add more regression models #1615

Closed abigailgold closed 2 years ago

abigailgold commented 2 years ago

Currently only scikitlearn regressors are supported.

Would be great to have implementations for additional frameworks (e.g., pytorch, keras)

beat-buesser commented 2 years ago

Hi @abigailgold Thank you very much for your proposal, I think these features will be very useful!