Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bob.measure bob.measure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • 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
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bobbob
  • bob.measurebob.measure
  • Issues
  • #63
Closed
Open
Issue created Aug 21, 2020 by Tiago de Freitas Pereira@tiago.pereiraOwner

bob measure pure python

Hi @bob,

Following our renovation efforts for Bob, shall we make an effort to port this package to be pure python?

The benefits would be:

  • Pure python is more convenient (no platform-dependent) than having a compiled one
  • More readable code. Hence, more people would be willing to contribute
  • We would get rid of a blitz dependency (that will die at some point)

The drawbacks:

  • We would lose the C++ API (does anyone need that?)
  • Extra work

Follow bellow all the functions that would need to be ported.

  • bob::measure::farfrr
  • bob::measure::precision_recall
  • bob::measure::f_score
  • bob::measure::correctlyClassifiedPositives
  • bob::measure::correctlyClassifiedNegatives
  • bob::measure::minimizingThreshold
  • bob::measure::eerThreshold
  • bob::measure::eerRocch
  • bob::measure::minWeightedErrorRateThreshold
  • bob::measure::minHterThreshold
  • bob::measure::farThreshold
  • bob::measure::frrThreshold
  • bob::measure::log_values
  • bob::measure::meaningfulThresholds(
  • bob::measure::roc
  • bob::measure::precision_recall_curve
  • bob::measure::rocc
  • hbob::measure::rocch2eer
  • bob::measure::roc_for_far
  • bob::measure::ppndf
  • bob::measure::det
  • bob::measure::epc

Thanks

Assignee
Assign to
Time tracking