build jenkins test 2
This commit is contained in:
parent
6acf4154b5
commit
310de32785
8
init.py
8
init.py
@ -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
|
# Wielkość zbioru i podzbiorów
|
||||||
|
|
||||||
print("Elements of total set: " + str(len(atp_data)))
|
print("\nElements of total set: " + str(len(atp_data)))
|
||||||
print("Elements of test set: " + str(len(atp_test)))
|
print("\nElements of test set: " + str(len(atp_test)))
|
||||||
print("Elements of dev set: " + str(len(atp_dev)))
|
print("\nElements of dev set: " + str(len(atp_dev)))
|
||||||
print("Elements of train set: " + str(len(atp_train)))
|
print("\nElements of train set: " + str(len(atp_train)))
|
||||||
|
Loading…
Reference in New Issue
Block a user