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

[Bug]: Error when creating a model: TypeError: ufunc 'isnan' not supported for the input types #49

Open
chandrevdw31 opened this issue Jan 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@chandrevdw31
Copy link

chandrevdw31 commented Jan 18, 2024

Short description of current behavior

User receives an error when creating a model.

Create model syntax:
CREATE MODEL mindsdb.predictor_sc FROM POC (SELECT * FROM my_table) PREDICT SR ORDER BY TIME GROUP BY type, SC WINDOW 62 HORIZON 5;

Error: TypeError: ufunc 'isnan' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe'', raised at: /home/ubuntu/mindsdb/lib/python3.10/site-packages/mindsdb/integrations/libs/learn_process.py#186

Slack thread: https://mindsdbcommunity.slack.com/archives/C01S2T35H18/p1704269012061049

@chandrevdw31 chandrevdw31 added the bug Something isn't working label Jan 18, 2024
@paxcema paxcema transferred this issue from mindsdb/mindsdb Jan 22, 2024
@paxcema paxcema removed their assignment Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants