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
xgboost predict result is Inconsistent in a same row when a category feature was created based on different basic dataframe. For example. here is 2 different dataframe A and B, but with same columns. And assume that there is one same sample(row) both in A and B. if we tried to transform a feature from string to category(xgboost is also trained with category feature) like
xgboost predict result is Inconsistent in a same row when a category feature was created based on different basic dataframe. For example. here is 2 different dataframe A and B, but with same columns. And assume that there is one same sample(row) both in A and B. if we tried to transform a feature from string to category(xgboost is also trained with category feature) like
the prediction may be different even if the row's value is exactly the same.
The text was updated successfully, but these errors were encountered: