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

Condition to model in join: exclude predict target #347

Closed
ea-rus opened this issue Jan 26, 2024 · 1 comment · Fixed by #348 or mindsdb/mindsdb#8722
Closed

Condition to model in join: exclude predict target #347

ea-rus opened this issue Jan 26, 2024 · 1 comment · Fixed by #348 or mindsdb/mindsdb#8722
Assignees

Comments

@ea-rus
Copy link
Contributor

ea-rus commented Jan 26, 2024

Update of: #327 (mindsdb/mindsdb#5379)

If column is a model output (like in example below), don't use it as input to model. Keep it as filter

   SELECT *  FROM yt.comments c
    JOIN yt_sentiment_classifier AS m
    WHERE m.sentiment = 'positive';
@chandrevdw31
Copy link

chandrevdw31 commented Feb 6, 2024

works

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants