chengsoonong / digbeta

Active learning for Big Data
GNU General Public License v3.0
25 stars 14 forks source link

pystruct: use rankSVM features as unary features #75

Closed chengsoonong closed 8 years ago

chengsoonong commented 8 years ago

Removes training of rankSVM, and gives more interpretable weights.

cdawei commented 8 years ago

It seems to be nontrivial to remove training of rankSVM, as it provides a way to generate node features when prediction, i.e., duplicate the ranking probabilities of all POIs (traj_length - 2) times. If rankSVM was not trained, for prediction, when only (start, end, length) are known, there needs a way to generate node features.

lexingxie commented 8 years ago

this indeed non-trival.

Therefore as suggested in our meeting yesterday -- keep the current implementation for now (until the recsys deadline), and then implement/resolve this issue after the submission deadline.

cdawei commented 8 years ago

Merge with issue #81