# https://github.com/deepchecks/deepchecks 项目说明书

生成时间: 2026-05-21 08:39:22 UTC

## 目录

- [仓库概览](#overview)
- [入口与运行边界](#entrypoints)
- [架构证据地图](#architecture)
- [运维与验证边界](#operations)

<a id='overview'></a>

## 仓库概览

### 相关页面

相关主题：[入口与运行边界](#entrypoints), [架构证据地图](#architecture), [运维与验证边界](#operations)

<details>
<summary>相关源码文件</summary>

以下源码文件用于生成本页说明：

- [README.md](https://github.com/deepchecks/deepchecks/blob/main/README.md)
- [docs/requirements.txt](https://github.com/deepchecks/deepchecks/blob/main/docs/requirements.txt)
- [requirements/requirements.txt](https://github.com/deepchecks/deepchecks/blob/main/requirements/requirements.txt)
- [docs/source/api/deepchecks.core.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.core.rst)
- [docs/source/api/deepchecks.nlp.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.checks.rst)
- [docs/source/api/deepchecks.nlp.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.rst)
- [docs/source/api/deepchecks.nlp.suites.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.suites.rst)
- [docs/source/api/deepchecks.tabular.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.checks.rst)
- [docs/source/api/deepchecks.tabular.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.rst)
- [docs/source/api/deepchecks.tabular.suites.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.suites.rst)
- [docs/source/api/deepchecks.utils.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.utils.rst)
- [docs/source/api/deepchecks.vision.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.vision.checks.rst)
</details>

# 仓库概览

本页在 Human Wiki provider 不可用时基于仓库证据生成，只使用 README、文件树和已选源码文件，不把模板描述冒充项目事实。

## README 证据

<!--
   ~ ----------------------------------------------------------------------------
   ~ Copyright (C) 2021-2023 Deepchecks (https://www.deepchecks.com)
   ~
   ~ This file is part of Deepchecks.
   ~ Deepchecks is distributed under the terms of the GNU Affero General
   ~ Public License (version 3 or later).
   ~ You should have received a copy of the GNU Affero General Public License
   ~ along with Deepchecks.  If not, see <http://www.gnu.org/licenses/>.
   ~ ----------------------------------------------------------------------------
   ~
-->

[![GitHub
stars](https://img.shields.io/github/stars/deepchecks/deepchecks.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/deepchecks/deepchecks/stargazers/)
![build](https://github.com/deepchecks/deepchecks/actions/workflows/build.yml/badge.svg)
![pkgVersion](https://img.shields.io/pypi/v/deepchecks)
[![Coverage
Status](https://coveralls.io/repos/github/deepchecks/deepchecks/badge.svg?branch=main)](https://coveralls.io/github/deepchecks/deepchecks?branch=main) 
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-44-orange.svg?style=flat-round)](#https://github.com/deepchecks/deepchecks/blob/main/CONTRIBUTING.rst)
<!-- ALL-CONTRIBUTORS-BADGE:END --> 

<!---
this badge takes quite some space, can re-add it if wanted
![pyVersions](https://img.shields.io/pypi/pyversions/deepchecks)
--->

<h1 align="center">
   Deepchecks - Continuous Validation for AI & ML: Testing, CI & Monitoring
</h1>

Deepchecks is a holistic open-source solution for all of your AI & ML validation needs,
enabling you to thoroughly test your data and models from research to production.

<a target="_blank" href="https://docs.deepchecks.com/?utm_source=github.com&utm_medium=referral&utm_campaign=readme&utm_content=logo">
   <picture>
      <source media="(prefers-color-scheme: dark)" srcset="docs/source/_static/images/readme/deepchecks_continuous_validation_dark.png">
      <source media="(prefers-color-scheme: light)" srcset="docs/source/_static/images/readme/deepchecks_continuous_validation_light.png">
      <img alt="Deepchecks continuous validation parts." src="docs/source/_static/images//readme/deepchecks_continuous_validation_light.png">
   </picture>
</a>

<p align="center">
   &emsp;
   <a href="https://www.deepchecks.com/slack">👋 Jo

[excerpt truncated]

## 已选源码清单

- `README.md`
- `docs/requirements.txt`
- `requirements/requirements.txt`
- `docs/source/api/deepchecks.core.rst`
- `docs/source/api/deepchecks.nlp.checks.rst`
- `docs/source/api/deepchecks.nlp.rst`
- `docs/source/api/deepchecks.nlp.suites.rst`
- `docs/source/api/deepchecks.tabular.checks.rst`
- `docs/source/api/deepchecks.tabular.rst`
- `docs/source/api/deepchecks.tabular.suites.rst`
- `docs/source/api/deepchecks.utils.rst`
- `docs/source/api/deepchecks.vision.checks.rst`

| 文件 | 证据角色 | 大小 |
|---|---|---|
| `README.md` | README/产品与使用证据 | 31857 bytes |
| `docs/requirements.txt` | 仓库证据 | 557 bytes |
| `requirements/requirements.txt` | 仓库证据 | 998 bytes |
| `docs/source/api/deepchecks.core.rst` | 实现边界 | 459 bytes |
| `docs/source/api/deepchecks.nlp.checks.rst` | 实现边界 | 268 bytes |
| `docs/source/api/deepchecks.nlp.rst` | 实现边界 | 669 bytes |
| `docs/source/api/deepchecks.nlp.suites.rst` | 实现边界 | 258 bytes |
| `docs/source/api/deepchecks.tabular.checks.rst` | 实现边界 | 280 bytes |
| `docs/source/api/deepchecks.tabular.rst` | 实现边界 | 929 bytes |
| `docs/source/api/deepchecks.tabular.suites.rst` | 实现边界 | 284 bytes |
| `docs/source/api/deepchecks.utils.rst` | 实现边界 | 546 bytes |
| `docs/source/api/deepchecks.vision.checks.rst` | 实现边界 | 278 bytes |

资料来源：`[README.md:1-120]()`

---

<a id='entrypoints'></a>

## 入口与运行边界

### 相关页面

相关主题：[仓库概览](#overview), [架构证据地图](#architecture), [运维与验证边界](#operations)

<details>
<summary>相关源码文件</summary>

以下源码文件用于生成本页说明：

- [README.md](https://github.com/deepchecks/deepchecks/blob/main/README.md)
- [docs/requirements.txt](https://github.com/deepchecks/deepchecks/blob/main/docs/requirements.txt)
- [requirements/requirements.txt](https://github.com/deepchecks/deepchecks/blob/main/requirements/requirements.txt)
- [docs/source/api/deepchecks.core.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.core.rst)
- [docs/source/api/deepchecks.nlp.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.checks.rst)
- [docs/source/api/deepchecks.nlp.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.rst)
- [docs/source/api/deepchecks.nlp.suites.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.suites.rst)
- [docs/source/api/deepchecks.tabular.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.checks.rst)
- [docs/source/api/deepchecks.tabular.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.rst)
- [docs/source/api/deepchecks.tabular.suites.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.suites.rst)
- [docs/source/api/deepchecks.utils.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.utils.rst)
- [docs/source/api/deepchecks.vision.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.vision.checks.rst)
</details>

# 入口与运行边界

下面文件是安装、启动、配置或宿主集成的高信号候选。这里给出证据地图，不推断未经执行验证的 API 契约。

| 文件 | 证据角色 | 大小 |
|---|---|---|
| `README.md` | README/产品与使用证据 | 31857 bytes |
| `docs/requirements.txt` | 仓库证据 | 557 bytes |
| `requirements/requirements.txt` | 仓库证据 | 998 bytes |
| `docs/source/api/deepchecks.core.rst` | 实现边界 | 459 bytes |
| `docs/source/api/deepchecks.nlp.checks.rst` | 实现边界 | 268 bytes |
| `docs/source/api/deepchecks.nlp.rst` | 实现边界 | 669 bytes |
| `docs/source/api/deepchecks.nlp.suites.rst` | 实现边界 | 258 bytes |
| `docs/source/api/deepchecks.tabular.checks.rst` | 实现边界 | 280 bytes |
| `docs/source/api/deepchecks.tabular.rst` | 实现边界 | 929 bytes |
| `docs/source/api/deepchecks.tabular.suites.rst` | 实现边界 | 284 bytes |
| `docs/source/api/deepchecks.utils.rst` | 实现边界 | 546 bytes |
| `docs/source/api/deepchecks.vision.checks.rst` | 实现边界 | 278 bytes |

资料来源：`[README.md:1-120](https://github.com/deepchecks/deepchecks/blob/main/README.md)`

---

<a id='architecture'></a>

## 架构证据地图

### 相关页面

相关主题：[仓库概览](#overview), [入口与运行边界](#entrypoints), [运维与验证边界](#operations)

<details>
<summary>相关源码文件</summary>

以下源码文件用于生成本页说明：

- [README.md](https://github.com/deepchecks/deepchecks/blob/main/README.md)
- [docs/requirements.txt](https://github.com/deepchecks/deepchecks/blob/main/docs/requirements.txt)
- [requirements/requirements.txt](https://github.com/deepchecks/deepchecks/blob/main/requirements/requirements.txt)
- [docs/source/api/deepchecks.core.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.core.rst)
- [docs/source/api/deepchecks.nlp.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.checks.rst)
- [docs/source/api/deepchecks.nlp.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.rst)
- [docs/source/api/deepchecks.nlp.suites.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.suites.rst)
- [docs/source/api/deepchecks.tabular.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.checks.rst)
- [docs/source/api/deepchecks.tabular.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.rst)
- [docs/source/api/deepchecks.tabular.suites.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.suites.rst)
- [docs/source/api/deepchecks.utils.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.utils.rst)
- [docs/source/api/deepchecks.vision.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.vision.checks.rst)
</details>

# 架构证据地图

本节只根据仓库路径组织可能的架构区域；需要运行验证的行为不会在这里断言。

- `.`: `README.md`
- `docs`: `docs/requirements.txt`, `docs/source/api/deepchecks.core.rst`, `docs/source/api/deepchecks.nlp.checks.rst`, `docs/source/api/deepchecks.nlp.rst`, `docs/source/api/deepchecks.nlp.suites.rst`, `docs/source/api/deepchecks.tabular.checks.rst`
- `requirements`: `requirements/requirements.txt`

资料来源：`[docs/requirements.txt:1-120](https://github.com/deepchecks/deepchecks/blob/main/docs/requirements.txt)`

---

<a id='operations'></a>

## 运维与验证边界

### 相关页面

相关主题：[仓库概览](#overview), [入口与运行边界](#entrypoints), [架构证据地图](#architecture)

<details>
<summary>相关源码文件</summary>

以下源码文件用于生成本页说明：

- [README.md](https://github.com/deepchecks/deepchecks/blob/main/README.md)
- [docs/requirements.txt](https://github.com/deepchecks/deepchecks/blob/main/docs/requirements.txt)
- [requirements/requirements.txt](https://github.com/deepchecks/deepchecks/blob/main/requirements/requirements.txt)
- [docs/source/api/deepchecks.core.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.core.rst)
- [docs/source/api/deepchecks.nlp.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.checks.rst)
- [docs/source/api/deepchecks.nlp.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.rst)
- [docs/source/api/deepchecks.nlp.suites.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.nlp.suites.rst)
- [docs/source/api/deepchecks.tabular.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.checks.rst)
- [docs/source/api/deepchecks.tabular.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.rst)
- [docs/source/api/deepchecks.tabular.suites.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.tabular.suites.rst)
- [docs/source/api/deepchecks.utils.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.utils.rst)
- [docs/source/api/deepchecks.vision.checks.rst](https://github.com/deepchecks/deepchecks/blob/main/docs/source/api/deepchecks.vision.checks.rst)
</details>

# 运维与验证边界

运维建议仅来自仓库中真实存在的文件。把该项目用于 agent 工作流前，仍需在 sandbox 中验证安装、quickstart 和运行行为。

- Documentation signal: `README.md`
- Source inspection signal: `docs/requirements.txt`
- Source inspection signal: `requirements/requirements.txt`
- Documentation signal: `docs/source/api/deepchecks.core.rst`
- Documentation signal: `docs/source/api/deepchecks.nlp.checks.rst`
- Documentation signal: `docs/source/api/deepchecks.nlp.rst`
- Documentation signal: `docs/source/api/deepchecks.nlp.suites.rst`
- Documentation signal: `docs/source/api/deepchecks.tabular.checks.rst`
- Documentation signal: `docs/source/api/deepchecks.tabular.rst`
- Documentation signal: `docs/source/api/deepchecks.tabular.suites.rst`

资料来源：`[requirements/requirements.txt:1-120](https://github.com/deepchecks/deepchecks/blob/main/requirements/requirements.txt)`

---

---

## Doramagic 踩坑日志

项目：deepchecks/deepchecks

摘要：发现 22 个潜在踩坑项，其中 5 个为 high/blocking；最高优先级：安装坑 - 来源证据：Blank html page after saving report using `save_as_html`。

## 1. 安装坑 · 来源证据：Blank html page after saving report using `save_as_html`

- 严重度：high
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个安装相关的待验证问题：Blank html page after saving report using `save_as_html`
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_492bcbfbeaac498b94f2f869074b9edc | https://github.com/deepchecks/deepchecks/issues/2803 | 来源讨论提到 python 相关条件，需在安装/试用前复核。

## 2. 安装坑 · 来源证据：Failed to load model class 'AnyModel' from module 'anywidget' Error: No version of module anywidget is registered

- 严重度：high
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个安装相关的待验证问题：Failed to load model class 'AnyModel' from module 'anywidget' Error: No version of module anywidget is registered
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_4bac6c577dee471fa096434516861696 | https://github.com/deepchecks/deepchecks/issues/2794 | 来源类型 github_issue 暴露的待验证使用条件。

## 3. 维护坑 · 来源证据：[BUG] GPU not being able to change runtime of Image Property Drift and Image Dataset Drift

- 严重度：high
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题：[BUG] GPU not being able to change runtime of Image Property Drift and Image Dataset Drift
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_b9f771df5da2458d9e368765d829e5c7 | https://github.com/deepchecks/deepchecks/issues/2789 | 来源类型 github_issue 暴露的待验证使用条件。

## 4. 安全/权限坑 · 来源证据：Feature Request: EU AI Act compliance mapping for validation checks

- 严重度：high
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：Feature Request: EU AI Act compliance mapping for validation checks
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_aaa0c0bcbdbf41d6855980523e0d7682 | https://github.com/deepchecks/deepchecks/issues/2813 | 来源类型 github_issue 暴露的待验证使用条件。

## 5. 安全/权限坑 · 来源证据：[BUG] Inaccurate Conditions Summary and Heatmap for Pairwise Correlation Display in Deepchecks Tabular Suite. Solution…

- 严重度：high
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个安全/权限相关的待验证问题：[BUG] Inaccurate Conditions Summary and Heatmap for Pairwise Correlation Display in Deepchecks Tabular Suite. Solution Proposed.
- 对用户的影响：可能影响授权、密钥配置或安全边界。
- 建议检查：来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_edf8cf14dc8f49898cbcab292f3abbeb | https://github.com/deepchecks/deepchecks/issues/2802 | 来源讨论提到 python 相关条件，需在安装/试用前复核。

## 6. 安装坑 · 来源证据：0.18.0

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个安装相关的待验证问题：0.18.0
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_4789fb40d7364096958752494c3054a2 | https://github.com/deepchecks/deepchecks/releases/tag/0.18.0 | 来源讨论提到 python 相关条件，需在安装/试用前复核。

## 7. 安装坑 · 来源证据：0.18.1

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个安装相关的待验证问题：0.18.1
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_53c2c4845d134a54b0989b29725c1c93 | https://github.com/deepchecks/deepchecks/releases/tag/0.18.1 | 来源类型 github_release 暴露的待验证使用条件。

## 8. 安装坑 · 来源证据：Proposal: Doc/example for RAG failure-mode testing using WFGY 16-problem ProblemMap

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个安装相关的待验证问题：Proposal: Doc/example for RAG failure-mode testing using WFGY 16-problem ProblemMap
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_e24dd97e69674ab2b766fef25a401070 | https://github.com/deepchecks/deepchecks/issues/2812 | 来源类型 github_issue 暴露的待验证使用条件。

## 9. 安装坑 · 来源证据：[BUG] neg_log_loss scorer incompatible with newer scikit-learn version

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个安装相关的待验证问题：[BUG] neg_log_loss scorer incompatible with newer scikit-learn version
- 对用户的影响：可能影响升级、迁移或版本选择。
- 建议检查：来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_6e307650606b4ed380c4adc96caa8c28 | https://github.com/deepchecks/deepchecks/issues/2806 | 来源讨论提到 python 相关条件，需在安装/试用前复核。

## 10. 配置坑 · 来源证据：0.17.3

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个配置相关的待验证问题：0.17.3
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_b64249b0551146afb696a981f404b3e6 | https://github.com/deepchecks/deepchecks/releases/tag/0.17.3 | 来源类型 github_release 暴露的待验证使用条件。

## 11. 配置坑 · 来源证据：Issue when transforming WeakSegmentsPerformance() result to json

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个配置相关的待验证问题：Issue when transforming WeakSegmentsPerformance() result to json
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源问题仍为 open，Pack Agent 需要复核是否仍影响当前版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_b3a17f2d1dcd4fcb8c3f19ea7065d12e | https://github.com/deepchecks/deepchecks/issues/2804 | 来源类型 github_issue 暴露的待验证使用条件。

## 12. 能力坑 · 来源证据：0.17.1

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个能力理解相关的待验证问题：0.17.1
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_e55595065e6b4c72b0409a303bb46b11 | https://github.com/deepchecks/deepchecks/releases/tag/0.17.1 | 来源类型 github_release 暴露的待验证使用条件。

## 13. 能力坑 · 能力判断依赖假设

- 严重度：medium
- 证据强度：source_linked
- 发现：README/documentation is current enough for a first validation pass.
- 对用户的影响：假设不成立时，用户拿不到承诺的能力。
- 建议检查：将假设转成下游验证清单。
- 防护动作: 假设必须转成验证项；没有验证结果前不能写成事实。
- 证据：capability.assumptions | github_repo:415969774 | https://github.com/deepchecks/deepchecks | README/documentation is current enough for a first validation pass.

## 14. 维护坑 · 来源证据：0.17.2

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题：0.17.2
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_1d041b1b08154f96bd89a083df4cd0a6 | https://github.com/deepchecks/deepchecks/releases/tag/0.17.2 | 来源类型 github_release 暴露的待验证使用条件。

## 15. 维护坑 · 来源证据：0.17.4

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题：0.17.4
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_70c9f9ecef424b4285d991e8da70bec5 | https://github.com/deepchecks/deepchecks/releases/tag/0.17.4 | 来源类型 github_release 暴露的待验证使用条件。

## 16. 维护坑 · 来源证据：0.19.0

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题：0.19.0
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_c3ee5d33ff214aef96b8df58fd89837a | https://github.com/deepchecks/deepchecks/releases/tag/0.19.0 | 来源类型 github_release 暴露的待验证使用条件。

## 17. 维护坑 · 来源证据：0.19.1

- 严重度：medium
- 证据强度：source_linked
- 发现：GitHub 社区证据显示该项目存在一个维护/版本相关的待验证问题：0.19.1
- 对用户的影响：可能增加新用户试用和生产接入成本。
- 建议检查：来源显示可能已有修复、规避或版本变化，说明书中必须标注适用版本。
- 防护动作: 不得脱离来源链接放大为确定性结论；需要标注适用版本和复核状态。
- 证据：community_evidence:github | cevd_3bf11cec6e224a17826f2ee5ef3d26fd | https://github.com/deepchecks/deepchecks/releases/tag/0.19.1 | 来源类型 github_release 暴露的待验证使用条件。

## 18. 维护坑 · 维护活跃度未知

- 严重度：medium
- 证据强度：source_linked
- 发现：未记录 last_activity_observed。
- 对用户的影响：新项目、停更项目和活跃项目会被混在一起，推荐信任度下降。
- 建议检查：补 GitHub 最近 commit、release、issue/PR 响应信号。
- 防护动作: 维护活跃度未知时，推荐强度不能标为高信任。
- 证据：evidence.maintainer_signals | github_repo:415969774 | https://github.com/deepchecks/deepchecks | last_activity_observed missing

## 19. 安全/权限坑 · 下游验证发现风险项

- 严重度：medium
- 证据强度：source_linked
- 发现：no_demo
- 对用户的影响：下游已经要求复核，不能在页面中弱化。
- 建议检查：进入安全/权限治理复核队列。
- 防护动作: 下游风险存在时必须保持 review/recommendation 降级。
- 证据：downstream_validation.risk_items | github_repo:415969774 | https://github.com/deepchecks/deepchecks | no_demo; severity=medium

## 20. 安全/权限坑 · 存在评分风险

- 严重度：medium
- 证据强度：source_linked
- 发现：no_demo
- 对用户的影响：风险会影响是否适合普通用户安装。
- 建议检查：把风险写入边界卡，并确认是否需要人工复核。
- 防护动作: 评分风险必须进入边界卡，不能只作为内部分数。
- 证据：risks.scoring_risks | github_repo:415969774 | https://github.com/deepchecks/deepchecks | no_demo; severity=medium

## 21. 维护坑 · issue/PR 响应质量未知

- 严重度：low
- 证据强度：source_linked
- 发现：issue_or_pr_quality=unknown。
- 对用户的影响：用户无法判断遇到问题后是否有人维护。
- 建议检查：抽样最近 issue/PR，判断是否长期无人处理。
- 防护动作: issue/PR 响应未知时，必须提示维护风险。
- 证据：evidence.maintainer_signals | github_repo:415969774 | https://github.com/deepchecks/deepchecks | issue_or_pr_quality=unknown

## 22. 维护坑 · 发布节奏不明确

- 严重度：low
- 证据强度：source_linked
- 发现：release_recency=unknown。
- 对用户的影响：安装命令和文档可能落后于代码，用户踩坑概率升高。
- 建议检查：确认最近 release/tag 和 README 安装命令是否一致。
- 防护动作: 发布节奏未知或过期时，安装说明必须标注可能漂移。
- 证据：evidence.maintainer_signals | github_repo:415969774 | https://github.com/deepchecks/deepchecks | release_recency=unknown

<!-- canonical_name: deepchecks/deepchecks; human_manual_source: deepwiki_human_wiki -->
