wontonswaggie

Results 4 issues of wontonswaggie

Create a usage example on how these ranking metrics can be used: ``` +------------------------------------------------------------+-------------------------------------------------------------------------------+ | Python API | Description | +============================================================+===============================================================================+ | `metriks.mean_reciprocal_rank(y_true, y_prob)` | Gets a positional score on...

gracehopperOSD

Type annotations hints should be added to the method definitions as well as python docs. Use this as a reference: https://docs.python.org/3/library/typing.html

gracehopperOSD

Create a usage example on how these ranking metrics can be used: ``` +------------------------------------------------------------+-------------------------------------------------------------------------------+ | Python API | Description | +============================================================+===============================================================================+ | `metriks.ndcg(y_true, y_prob, k)` | A score for measuring...

gracehopperOSD

Create a usage example on how these ranking metrics can be used: ```+------------------------------------------------------------+-------------------------------------------------------------------------------+ | Python API | Description | +============================================================+===============================================================================+ | `metriks.recall_at_k(y_true, y_prob, k)` | Calculates recall at k for...

gracehopperOSD