chengsoonong / digbeta

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

Query based leave-one-out evaluation #99

Closed cdawei closed 7 years ago

cdawei commented 7 years ago

Group trajectories according to queries, hold trajectories conform to each query for test, and use trajectories conform to all other queries for training.

To evaluate a specific prediction $y$ w.r.t. query $x$, using the maximum (or average?) similarity score between $y$ and every trajectory in test set (i.e. trajectories conform to $x$).

cdawei commented 7 years ago

Implemented in f985475