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
Problem: No possibility to output Auxiliary columns when inferencing using Command Line version
catboost version: 0.25.1 linux command line
Dear Catboost Team,
I've noticed that somewhere between versions 24.4 and 25.1 the option --output-columns started to behave totally different. Since version 25.1 I am not able to output the unique ID column (that is present in the inferencing dataset and is described as Auxiliary in column description file). Until version 24.4 there were no issues, I was able to include any Auxiliary variable in the output file.
Folks in Catboost's Telegram Group confirmed that it is not possible to output Auxiliary columns anymore:(
It was very handy to have unique IDs for each case for the inferencing. It was kind of a control tool, you didn't have to worry about changes in rows order, row duplicates or skips for some reasons.
Would it be possible to get this feature back in the future releases?
Thanks a lot in advance and keep up the extraordinary work that you are doing!!!