You need to sign in or sign up before continuing.
example configuration for LTR task.
Created by: lcy-seso
In this example, we would like to show how to do LTR task in PaddlePaddle. Usually, there are three ways:
- pointwise (a simple regression/classification task, so we do not consider this situation in this example)
- pairwise, please refer to this configuration file written in old PaddlePaddleAPI.
- listwise, please refer to this configuration file written in old PaddlePaddleAPI.
The example also must include how to predict. Note that in LTR task, training and testing network is different.
I suggest to use movielens dataset.
Please pull your codes and docs into the ltr directory.