Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using features as extra evidence for preference selection #4

Open
usptact opened this issue Dec 5, 2017 · 2 comments
Open

Using features as extra evidence for preference selection #4

usptact opened this issue Dec 5, 2017 · 2 comments

Comments

@usptact
Copy link

usptact commented Dec 5, 2017

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 alone, will be used to learn the preferences.

Thanks

@lucasmaystre
Copy link
Owner

Hi @usptact , thanks for your interest! Unfortunately that is not possible with choix at this time.

I'll leave the issue open, maybe at some point I'll get around implementing it.

If you want a simple & quick way to do it, you could use a logistic regression model (without bias) with a "meta" feature vector x = x_{winner} - x_{loser} for each pairwise comparison outcome. (I think the statsmodels package might do the trick)

@usptact
Copy link
Author

usptact commented Dec 10, 2017

Thanks for the statsmodels suggestion!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants