.3493624936399236:1e0520a724f2bb774473d0592605757d_69f69599a31e841f5912c623.69f69ce6a31e841f5912c782.69f69ce6984aca5db0764df4:Trae CN.T(2026/5/3 08:55:02)#1870
Closed
muyusajiangtian wants to merge 2 commits into
Conversation
添加新的CLI命令`run`和`validate-config`,支持通过YAML/JSON配置文件运行Evidently报告并验证配置有效性。新增功能包括: - 动态加载自定义指标模块 - 支持当前数据和参考数据输入 - 生成JSON快照和HTML报告 - 详细的配置验证功能
将命令行接口中的位置参数改为选项参数,提高可读性和一致性
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor(cli): 统一使用选项参数替代位置参数
将命令行接口中的位置参数改为选项参数,提高可读性和一致性