Update 'predict.py'
This commit is contained in:
parent
c38f3a8d6a
commit
4d757a3863
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user