-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
What problem does this feature solve?
机器学习可解释性:展示机器学习过程中得到的聚类、降维等可视化结果。
- 不同类别之间可能存在关联关系
- 需绘制不同迭代次数下的效果
- 需绘制出不同类别的聚类边界
使用VChart拓展图表能力进行时序散点关系图开发,可以满足以上场景的需求。
- 在vchart-extension中已经对散点关系图进行了初始化封装
代码路径:https://github.com/VisActor/VChart/tree/feat/sequence-scatter/packages/vchart-extension/src/charts/sequence-scatter
题目详情:https://bytedance.larkoffice.com/docx/I4TRd6MT5oAdJ7xPKRxcnoSRnPg?from=from_copylink
What does the proposed API look like?
null
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers