Tomasz Bartczak

Results 46 comments of Tomasz Bartczak

Thanks @lucasdavid ! I've pushed your commit to the branch in this PR and updated docstrings + texts on top of it. I guess this is ready for a review,...

> I wasn't expecting you to pull the commit, it was more just to show that it works and that the tests pass. I reviewed it, it is an implementation...

Ok, I can see the PR got merged. While this isn't a huge problem - I think we should now create a new PR with update to the doc requested...

Just bumped onto this issue and the fix really works, thanks, @vishalsrao Shouldn't it be that we could pass an argument / configure in env - the number of jobs...

Hello. This is strange that vs code opens. If you investigate the script yourself - https://github.com/allegro/allRank/blob/master/scripts/run_example.sh - you can see there is just `docker` called. Is there any output in...

Hi, what do you mean by `prediction of a set`? Once you have an `LTRModel` you can use its `score` method to get the scores. See https://github.com/allegro/allRank/blob/2923985135c8afcdae6392e5b810b62da7851276/allrank/models/model.py#L82

It looks one of the steps of building the image failed: `executor failed running [/bin/sh -c make -C /allrank install-reqs]: exit code: 2` - Do you have more logs from...

I think your use case is a bit out of scope for this project. `allrank` contains ways to train/evaluate/infer using ranking models. If you want to use it in any...

@Tinche 3.5.2 looks like the option for lot of people. Is there any other way we can do the check in https://github.com/Tinche/cattrs/blob/master/src/cattr/_compat.py#L90 so that we can stop relying on '_Union'...

Thanks @iamrohit - it works when run together with the diagnosed job. Still I wonder how should I interpret the MaxTaskMem. In the code sparklens is doing such a thing:...