Adds living owanova

This commit is contained in:
Daniel Svitan
2024-12-15 12:07:17 +01:00
parent cff5dcefe4
commit 25ae210f1c
3 changed files with 32 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import numpy as np
from analyze import analyze
dataset = np.load("clean.npy")
print(f"dataset shape: {dataset.shape}, analyzing column 6 (sex)")
print(f"dataset shape: {dataset.shape}, analyzing column 6 (occupation)")
print("\t0 - work hours / week >= 10")
print("\t1 - work hours / week < 10")
print("\t2 - sport")