💄 Changes dataset shape printing

This commit is contained in:
Daniel Svitan
2024-12-15 12:55:53 +01:00
parent ba31f87932
commit 58edbb0551
7 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ import numpy as np
from scipy.stats import kendalltau
dataset = np.load("clean.npy")
print(f"dataset shape: {dataset.shape}, analyzing column 11 (absence)")
print(f"dataset shape: {dataset.shape}; analyzing column 11 (absence)")
print("\tinteger value")
print("")