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
In my model, some features are of the category type (they are enumerations of string values). How can I perform predictions using the C-API? In the tests I've seen, the input is always a vector, but my input for categorical features is a string variable.