HTB: AI Space
we gotta know the file first.
file distance_matrix.npy
distance_matrix.npy: NumPy array, version 1.0, header length 118
Step 1 — Identify
Instead of blindly plotting heatmaps, I interrogated the matrix:
import numpy as np
D = np.load("distance_matr...
noob6t5.hashnode.dev2 min read