Pavel Dubovik
Pavel Dubovik
Greetings! is it possible to get the pid of a process that terminates with timeoutError in ProcessPool() class?
Please tell me how it is possible to solve the cold start problem for users within the CosineRecomender model? Let's say I have a user whose interactions were not in...
The following simple example demonstrates that when using `Tweedie` as a loss function, metrics are not calculated correctly during model validation. The problem is apparently that metrics are calculated for...
The following simple example demonstrates bug when using Tweedie as a loss function with training on GPU I use catboost V1.2.7 with python 3.11 ```python from catboost import ( CatBoostRegressor,...