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

Match or not match input y shape to prediction y shape #239

Open
mastoffel opened this issue Sep 12, 2024 · 0 comments
Open

Match or not match input y shape to prediction y shape #239

mastoffel opened this issue Sep 12, 2024 · 0 comments

Comments

@mastoffel
Copy link
Collaborator

scikit-learn models return a 1d prediction if input y shape is (n, 1). AutoEmulate models currently vary in whether they match the input shape (usually the non-sklearn models) or whether the simplify to 1d when possible (the sklearn models). We should decide to do one or the other and fix that for all models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant