build jenkins test 2

This commit is contained in:
Mateusz 2022-03-26 11:26:40 +01:00
parent 6acf4154b5
commit 310de32785

View File

@ -73,7 +73,7 @@ atp_dev, atp_test = train_test_split(atp_test, test_size=0.5, random_state=1)
# Wielkość zbioru i podzbiorów
print("Elements of total set: " + str(len(atp_data)))
print("Elements of test set: " + str(len(atp_test)))
print("Elements of dev set: " + str(len(atp_dev)))
print("Elements of train set: " + str(len(atp_train)))
print("\nElements of total set: " + str(len(atp_data)))
print("\nElements of test set: " + str(len(atp_test)))
print("\nElements of dev set: " + str(len(atp_dev)))
print("\nElements of train set: " + str(len(atp_train)))