o19s/hello-ltr

LambdaMart training is killing rest of the other processes.

meg261995 opened this issue · 2 comments

Hi,

I am using the below command to train an LTR model with Lambdamart and whenever the command executes, it kills all the other processes. Is there any way I can control this to use just one core?

java -jar /tmp/RankyMcRankFace.jar -ranker 6 -tts 0.7 -shrinkage 0.05 -metric2t NDCG@10 -tree 50 -bag 1 -leaf 10 -frate 1.0 -srate 1.0 -train -save

Kindly do reply as it would really help out.

If you're running inside of docker you may need to allocate more resources in your settings, or run things outside of docker.

Hey.. Thank you for the reply. But it is not running inside docker.
LTR is running on all available cores which is not letting other processes to run. Main aim is to reduce core uses.