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

Issues running on Regression dataset #16

Closed
alexvicegrab opened this issue Oct 17, 2019 · 4 comments
Closed

Issues running on Regression dataset #16

alexvicegrab opened this issue Oct 17, 2019 · 4 comments
Assignees

Comments

@alexvicegrab
Copy link

When running on a Regression dataset with default inputs (i.e. as per your Classification example, but using AutoNetRegression instead), I see an error as follows:

ValueError: Config option loss_modules contains following invalid values {'cross_entropy_weighted'}, chose a subset of ['l1_loss']

However, it would be ideal if the default set of loss_modules for the regression is only the permissible losses :)

@LMZimmer
Copy link
Contributor

You are right, this should not happen. Thank you for the input!

@alexvicegrab
Copy link
Author

Additionally, I see some other issues, such as my outputs (Y) being treated as inputs (X) during the auto-regression.

@alexvicegrab
Copy link
Author

/site-packages/autoPyTorch/pipeline/nodes/imputation.py", line 48, in predict
    X = X[:, ~all_nan_columns]
IndexError: boolean index did not match indexed array along dimension 1; dimension is 1 but corresponding boolean dimension is 17

@LMZimmer
Copy link
Contributor

Could you provide a minimal example or the complete traceback?

@LMZimmer LMZimmer closed this as completed Dec 3, 2020
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

2 participants