決策樹算法學習筆記(三)-預測隱形眼鏡類型

#coding=utf-8 import matplotlib.pyplot as plt #定義文本框和箭頭格式 decisionNode=dict(boxstyle="sawtooth",fc="0.8") leafNode = dict(boxstyle="round4",fc="0.8") arrow_args=dict(arrowstyle="<-") def getNumLeafs
相關文章
相關標籤/搜索