在 GitHub 上编辑
plots
一组用于可视化和比较机器学习项目中数据序列或图像的命令:show、diff 和 templates。
概要
usage: dvc plots [-h] [-q | -v] {show,diff,templates} ...
positional arguments:
COMMAND
show Generate plots from target files or from `plots`
definitions in `dvc.yaml`.
diff Show multiple versions of a plot by overlaying them
in a single image.
templates List built-in plots templates or show JSON
specification for one.
描述
您可以可视化并比较项目中的 JSON、YAML 1.2、CSV、TSV 数据文件,或 JPEG、GIF、PNG、SVG 图像。这些通常是 机器学习流程 的产物,或是由 DVCLive 生成的性能日志。
更多详情请参见 可视化图表 和 图表模式(plots schema)
dvc plots
子命令可帮助您自定义并生成这些图表。