Zaktualizuj 'main.py'

This commit is contained in:
Jerzy Kwiatkowski 2023-06-22 17:33:47 +02:00
parent d817ede74d
commit 6ecebd9559

View File

@ -30,4 +30,4 @@ y_pred = classifier.predict(X_test)
# print(prediction)
data_test['8'] = list(y_pred)
data_test.to_csv('nazwa_pliku.dat', sep=' ', index=False)
data_test.to_csv('prediction', sep=' ', index=False)