import numpy as np from pathlib import Path path = Path("model-batch.npz") features = np.arange(12, dtype=np.float32).reshape(3, 4) labels = np.array([0, 1, 1], dtype=np.int64)