Tomasz Bartczak

Results 46 comments of Tomasz Bartczak

@user27182 yes - this is about the result of split_bodies having 0 volume while it should be non-zero.

Bumping up on that topic - We use dolt in DS project and while it is ok for having all the dependencies it has, it is unconvenient to have many...

We're using `doltpy` mostly as a python API for dolt ;] we're using mostly data-access API: `write_pandas`, `read_pandas`, `read_pandas_sql`, `Dolt.sql` but as well some utilities like `Dolt.ls()`, `Dolt.branch()`, `Dolt.push` I...

Thanks @timsehn for sharing the background. Maybe you should at least add the current state to the README on top. Thanks @max-hoffman for suggestions. Using `--no-deps` is a way to...

This is an issue indeed. But this is not that easy to solve as even newest Jruby is not using Joda-time >= 2.0. There is an issue for that: http://jira.codehaus.org/browse/JRUBY-6857

As stated in the ticket for JRuby - Jruby 1.7 uses Joda-time > 2.0. So I suggest to wait for a stable release of Jruby and then update dependency from...

JRuby is released : http://jruby.org/2012/10/22/jruby-1-7-0 so now this could be solved by upgrading sass to jruby 1.7, preferable not the 'complete' jar but with normal dependencies

After reading the paper I get the impression that this is one of the limitations. 1. Limitations: "SAM can miss fine structures" 2. when preparing the data to train on...

Here is a colab showing the usage of allrank for getting scores for a dataset. https://colab.research.google.com/drive/1YqtomZ1KI09mOeNDhHTpae-7HRi5Lyh_?usp=sharing It is basically run of 1. generate_dummy_data 2. train a model 3. score a...

If you're asking about some literature sources about click models in LTR in general, then look at Seq2Slate paper https://arxiv.org/pdf/1810.02019.pdf (mentioned in https://github.com/allegro/allRank/blob/master/allrank/click_models/cascade_models.py#L37C51-L37C83) which explains a procedure of using a...