NLP自然语言处理系列- week7- 检索模型(排序、整合)(10)

Source

NLP自然语言处理系列- week7- 检索模型(排序、整合)(10)

检索模型(精排)排序模块步骤:

  1. 处理数据
  2. ⼈⼯特征
  3. 深度匹配
  4. 排序
  5. 整合

排序

使⽤LightGBM训练排序模型


params = {
   
    
      'boosting_type': 'gbdt',
          'max_depth': 5,
          'objective': 'binary',
          'nthread'