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

Ignore inferred dtype if encoder is manually provided. #1050

Open
paxcema opened this issue Nov 21, 2022 · 0 comments
Open

Ignore inferred dtype if encoder is manually provided. #1050

paxcema opened this issue Nov 21, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@paxcema
Copy link
Member

paxcema commented Nov 21, 2022

If a user manually specifies encoders, for example from MindsDB:

create predictor mindsdb.camber_8
from files
(select * from doubleWishbone)
predict Camber
using
encoders.Kz.module = 'NumericEncoder',
encoders.Cz.module = 'NumericEncoder',
encoders.F0z.module = 'NumericEncoder',
encoders.Hmax.module = 'NumericEncoder',
encoders.Camber.module = 'NumericEncoder';

We should be overriding the encoder (of course), but also the inferred dtype to the one supported by the manually specified encoder.

@paxcema paxcema added the enhancement New feature or request label Nov 21, 2022
@paxcema paxcema self-assigned this Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant