You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
When using local XGBoost model to make prediction, the claimed prediction table can not be created correctly.
Reproduction Steps
%%sqlflow
SELECT *
FROM datamap_test.iris_test
PREDICT datamap_test.iris_xgb_predict
WITH
pred.append_columns = [sepal_length, sepal_width, petal_length, petal_width],
pred.prob_column = prob,
pred.detail_column = detail,
pred.encoding_column = encoding
USING datamap_test.iris_xgb_model;
Expected Behavior
It should create table iris_xgb_predict in database datamap_test which the prediction should be stored into. However it created table datamap_test.datamap_test.
Screenshots
Environment (Please complete the following information):
OS:
Browser:
Version:
Additional Notes
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Description
When using local XGBoost model to make prediction, the claimed prediction table can not be created correctly.
Reproduction Steps
Expected Behavior
It should create table
iris_xgb_predict
in databasedatamap_test
which the prediction should be stored into. However it created tabledatamap_test.datamap_test
.Screenshots

Environment (Please complete the following information):
Additional Notes
The text was updated successfully, but these errors were encountered: