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:
I trained a model on GPU for a dataset. However,when i use clf.fit(X,y,callbacks=[mycallback1], i got an error as below: <_catboost.CatBoostError: User defined loss functions, metrics and callbacks are not supported for GPU>. So how can i use my own callbacks when i train with GPU? Looking forward to your reply.
catboost version: 0.26
diditforlulz273, royerloic, Innixma, ziyang1106, ooghry and 4 more