Data Quality
Know
A model reproduces the relationships in its training data, including systematic errors. No algorithm recovers information the data never held.
Apply
Inspect shape, types, missing counts, and class balance before modelling.
Watch out
Assuming clean data. Real datasets have gaps, duplicates, and wrong types by default.
Study move
Profile a dataset and list every problem you find before touching a model.
