choix icon indicating copy to clipboard operation
choix copied to clipboard

Inference algorithms for models based on Luce's choice axiom

Results 5 choix issues
Sort by recently updated
recently updated
newest added

A nice feature would be adding a weights vector to the data vector, in order to be able to assign a different "importance for each observation". Using this suggested feature,...

The [documentation](http://choix.lum.li/en/latest/data.html#top-1-lists) states that to represent a top-1 list, a Python `list` with an integer and a Python `set` should be used. This leads to a `TypeError`: ``` % python3...

Currently the various parameter inference algorithms are implemented in pure python (with some vectorized operations via numpy). Since most of these algorithms are iterative, the implementation is still relatively slow...

Thanks for the great package! Is it possible in choix for each observation (or pair if you wish) to attribute and use some feature vector? The feature vectors, not outcomes...

I see in #17 some suggestions for handling ties in pairwise comparisons. Is there a way to do that in rankings? Specifically, I have a case where several competitors in...