AlexanderKUA
AlexanderKUA
Same issue for me, "accuracy" loss is huge. Model params: ``` model = cbt.CatBoostRegressor(objective='Tweedie:variance_power=1.5', min_data_in_leaf=20, verbose=0, task_type='GPU', border_count=254, random_seed=1) ``` I tried to set border_count as mentioned above without success....
Hello, I have the same issue with demo-poems-ir. I'd like to reproduce this example because it's connected to my current task. I found following issue with router service: ``` I:RouterService:[bas:_ho:396]:a...
It looks like problem was in ``` Router40: image: gnes/gnes:latest-alpine command: route --num_part 2 --port_in 57909 --socket_in PULL_BIND --port_out 57908 --socket_out PUSH_CONNECT --host_out Frontend00 --yaml_path BaseReduceRouter ``` this argument is...