Currently this: cleaned_df = df[[col for col in df.columns if col not in ["filename","consensus_label","datetime", "user_id", "location"]]] but we should do something that actually checks for non-numeric cols.
Currently this: cleaned_df = df[[col for col in df.columns if col not in ["filename","consensus_label","datetime", "user_id", "location"]]]
but we should do something that actually checks for non-numeric cols.