Update 'predict.py'

This commit is contained in:
Patryk Gałka 2023-05-10 23:14:11 +02:00
parent c38f3a8d6a
commit 4d757a3863

View File

@ -14,6 +14,7 @@ y_to_test = pandas.read_csv('./Y_test.csv')
accu = reloaded.evaluate(x_to_test, y_to_test)
print(f'accurancy !@!#@!#!@$!@$!@$!@$!@$!@$!@${accu}')
pre = reloaded.predict(x_to_test)