Prokekt 3 - UPDATED INFO

This commit is contained in:
Serhii Hromov 2020-06-28 16:39:53 +00:00
parent 142d9f07c3
commit 4a6a410086

View File

@ -33,7 +33,13 @@ Wywołanie podprojektu jest po wciśnięciu '2':
#Execute project #Execute project
if event.key == pygame.K_2: if event.key == pygame.K_2:
print("Passed: %s. Prediction: %s" % (client_ordering(), print_leaf(classify(client_ordering(),tree)))) temp_order = client_ordering()
print("Passed: %s. Prediction: %s" % (temp_order, print_leaf(classify(temp_order, tree))))
Wtedy w terminalu jest wypisany wynik działania:
#Example
Passed: ['salad', 'hot', 'Europe', 'baked', 2, 'order']. Prediction: {'Shrimp and Escarole Salad': '100%'}
##### Serhii Hromov s442778 ##### Serhii Hromov s442778