Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D DeepPavlov
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DeepPavlov
  • DeepPavlov
  • Merge requests
  • !893

Add files for mltrack ranking and fix bug in bert_ranker

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Andrei Glinskii requested to merge mltrack into dev Jun 20, 2019
  • Overview 18
  • Commits 10
  • Pipelines 0
  • Changes 7

Created by: elenaermakova

  1. Added files for mltrack ranking:
  • reader mltrack_reader.py to read and to preprocess raw data

  • config file mltrack_ranker.json for model training

  • ndcg.py metric for scoring observed predictions

  • notebook mltrack_submit.ipynb to get submission file

  1. Bug in return_probas condition: If self.return_probas is True, then error appears in the following line because pred dimensionality in this case is equal to 1. Moreover, predictions is a vector containing probabilities of the last class which doesn't make sense in case of non-binary classification. https://github.com/deepmipt/DeepPavlov/blob/0214bd4ca2a676057d287a5011a20fb7ee2ddaeb/deeppavlov/models/bert/bert_ranker.py#L101
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mltrack