Skip to content

Ignore inferred dtype if encoder is manually provided. #1050

Open
@paxcema

Description

@paxcema

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions