Skip to content

Non numeric fields can sneak into training df and break the training function #50

@JoeRibeiro

Description

@JoeRibeiro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions