This: -small refactor in print
This commit is contained in:
parent
971746a0f8
commit
58e958ac44
@ -18,7 +18,7 @@ class Drzewo:
|
|||||||
def plotTree(self):
|
def plotTree(self):
|
||||||
plt.figure(figsize=(20,30))
|
plt.figure(figsize=(20,30))
|
||||||
skltree.plot_tree(self.tree,filled=True,feature_names=atributes)
|
skltree.plot_tree(self.tree,filled=True,feature_names=atributes)
|
||||||
plt.title("Drzewo decyzyjne wytrenowane na przygotowanych danych")
|
plt.title("Drzewo decyzyjne wytrenowane na przygotowanych danych: ")
|
||||||
plt.savefig('tree.png')
|
plt.savefig('tree.png')
|
||||||
#plt.show()
|
#plt.show()
|
||||||
def makeDecision(self,values):
|
def makeDecision(self,values):
|
||||||
|
Loading…
Reference in New Issue
Block a user