Checking for Samples and Target Sizes

tags: #python/data_science/eda

  1. Confirm number of samples and features (per sample) via data array's shape
df.shape

  1. Confirm that the number of target values MATCHES the number of samples via target array's shape
df['DV'].shape
Powered by Forestry.md