heatmap_3Dlib:3D热图可视化的简单库 源码
入门 使用pip安装Pypi软件包 从 pip install heatmap-3Dlib==0.1.0 使用的完整示例 import heatmap3Dlib from heatmap3Dlib import plot3D as p3D ax , fig , cbr = p3D . heatmap_3d ( path = "DecisionTree/GridSearch/recall_resultDT.csv" , metric = "recall" , optimal = [ 0 , 2 , 20 ], crt = ( "criterion" , 'gini'
文件列表
heatmap_3Dlib-main.zip
(预估有个7文件)
heatmap_3Dlib-main
setup.py
473B
.gitignore
2KB
LICENSE
34KB
README.md
3KB
heatmap3D_DecisionTree.png
312KB
heatmap3Dlib
__init__.py
33B
plot3D.py
7KB
暂无评论