-
Notifications
You must be signed in to change notification settings - Fork 50
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
Error: Found array with 0 feature(s) & tpot unsupported set of arguments #331
Comments
I have the same issue. Is there any solution now? :) |
@gregheymans, and @krkaufma. There is an update related to this issue, just uploaded on the automatminer forum. Not definitive but might be a partial solution to these kind of issues. |
Ok perfect, thanks for your reply.
Greg
… Le 30 nov. 2020 à 08:32, Jorge A. Delgado ***@***.***> a écrit :
@gregheymans <https://github.com/gregheymans>, and @krkaufma <https://github.com/krkaufma>. There is an update related to this issue, just uploaded on the automatminer forum <https://matsci.org/t/error-found-array-with-0-feature-s/4848/9>. Not definitive but might be a partial solution to these kind of issues.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#331 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AP4ZWRIH7V3TRSK3HCDFYZLSSNDABANCNFSM4QR77JWQ>.
|
Is this issue going to be resolved in the codebase? |
@ardunn, curious if there's an update in the works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am running the following software in a conda virtual env:
Ubuntu 18.04
Python 3.6.8
automatminer 1.0.3.20200727 (installed with pip, not from conda)
Both errors are encountered when fitting a MatPipe pipe in express or debug mode.
First, the array with 0 features issue:
ValueError: Found array with 0 feature(s) (shape=(25, 0)) while a minimum of 1 is required by RobustScaler.
The stack trace:
Second, the tpot unsupported set of arguments:
It appears to me that the genetic algorithm is attempting to pass invalid combinations of arguments to sklearn models. This occurs in ‘debug’ and ‘express’ presets.
ValueError: Unsupported set of arguments: The combination of penalty=‘l2’ and loss=‘epsilon_insensitive’ are not supported when dual=False, Parameters: penalty=‘l2’, loss=‘epsilon_insensitive’, dual=False
The stack trace:
Original reports on matsci.org can be found here and here.
The text was updated successfully, but these errors were encountered: