You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
prefpy
1
+
PrefPy
2
2
======
3
3
4
4
Rank aggregation algorithms in the computer science field of computational social choice
@@ -7,8 +7,8 @@ Rank aggregation algorithms in the computer science field of computational socia
7
7
What's New
8
8
==========
9
9
10
-
- Generalized method of moments algorithm for mixture of Plackett-Luce models
11
-
- Implementation of Mixture Model for Plackett-Luce EMM algorithm by Gormley & Murphy for the "no dampening" case (i.e. the dampening parameters are all fixed at 1)
10
+
- Generalized method of moments algorithm for mixtures of Plackett-Luce models
11
+
- Implementation of EMM algorithm for mixtures of Plackett-Luce by Gormley & Murphy
12
12
13
13
14
14
Work In Progress
@@ -23,7 +23,9 @@ Work In Progress
23
23
Installation
24
24
============
25
25
26
-
Install by running setup.py with Python 3.5 with the command
26
+
- Use of MATLAB optimization in this package requires Python 3.4 due to lack of support yet for Python 3.5 by the MATLAB Engine
27
+
28
+
Install by running setup.py with Python 3.4 (or greater) with the command
0 commit comments