Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement target inspection #18

Open
DM-Berger opened this issue Dec 13, 2023 · 0 comments
Open

Implement target inspection #18

DM-Berger opened this issue Dec 13, 2023 · 0 comments
Labels
data cleaning Preprocessing before prediction tasks data inspection Inference of data type and cardinality IMPORTANT

Comments

@DM-Berger
Copy link
Collaborator

We need to detect and exit on invalid targets:

  • constant or constant with NaN
  • unparseable (mix of str and float values, or object types)

We also need to detect exponential or power-series targets in the regression case, or otherwise handle outlier targets.

@DM-Berger DM-Berger added IMPORTANT data inspection Inference of data type and cardinality data cleaning Preprocessing before prediction tasks labels Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data cleaning Preprocessing before prediction tasks data inspection Inference of data type and cardinality IMPORTANT
Projects
None yet
Development

No branches or pull requests

1 participant