refactor output

This commit is contained in:
jakubknczny 2021-03-21 19:00:35 +01:00
parent 13abcc4551
commit 3826df90c0
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -34,3 +34,4 @@ for x in [dataset, train, test, valid]:
print("size:", len(x))
print(x.describe(include='all'))
print("class distribution", x.value_counts('stabf'))
print('===============================================================')