TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Python library to scan ML models for vulnerabilities

20 点作者 mattbit将近 2 年前
Hi! I’ve been working on this automatic scanner for ML models to detect issues like underperforming data slices, overconfidence in predictions, robustness problems, and others. It supports all main Python ML frameworks (sklearn, torch, xgboost, …) and integrates with the quality assurance solution we are building at Giskard AI (<a href="https:&#x2F;&#x2F;giskard.ai" rel="nofollow noreferrer">https:&#x2F;&#x2F;giskard.ai</a>) to systematically test models before putting them in production.<p>It is still a beta and I would love to hear your feedback if you have the time to try it out.<p>We have quite a few tutorials in the docs with ready-made colab notebooks to make it easy to get started.<p>If you are interested in the code:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;Giskard-AI&#x2F;giskard&#x2F;tree&#x2F;main&#x2F;python-client">https:&#x2F;&#x2F;github.com&#x2F;Giskard-AI&#x2F;giskard&#x2F;tree&#x2F;main&#x2F;python-clien...</a>

1 comment

jplassmann将近 2 年前
Thanks a lot! Look forward to try that out!!