You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: