【機器學習筆記-決策樹-3】利用matplotlib繪製決策樹圖形

''' Created on Oct 14, 2010 @author: Peter Harrington ''' import matplotlib.pyplot as plt #from trees import * decisionNode = dict(boxstyle="sawtooth", fc="0.8") #print(decisionNode) leafNode = dic
相關文章
相關標籤/搜索