We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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';
The text was updated successfully, but these errors were encountered:
exclude predict target from model params
339a99b
#347
pass info about model target to planner
1846ad2
mindsdb/mindsdb_sql#347
works
Sorry, something went wrong.
ea-rus
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: