Problem with XGBoost Predictor

While doing prediction with XGBoost Predictor node, error is being thrown

The column ‘cnt_uniq_cat_succ (Number (integer))’ is not compatible with the required column ‘cnt_uniq_cat_succ (Number (double))’.

Sounds like the type of the field you mentioned got changed at some point in the workflow - maybe by the SMOTE node? You could force a type change but it might be more interesting to understand why this happened.

Is it possible to upload the workflow with some dummy data?

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.