SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

Ranking evaluation #298

Closed dgarijo closed 3 years ago

dgarijo commented 3 years ago

Need to assess whether the ranking we return is accurate.

I have looked (and almost implemented) an evaluation based on dcg: discounted cumulative gain. This is a common metric for assessing rankings.