models
models copied to clipboard
Add `seed` to `TopKMetric` for consistent metrics when ties in ranking
Goals :soccer:
- Improve reliability of tests using top-k metrics
Implementation Details :construction:
- Adds
seedparameter to TopKMetric classes to ensure results are consistent when evaluation run multiple times on the same data. - Fixes
preparameter when usingmodel.predict(typo in variable referenced)
Testing Details :mag:
- Adds a test for
seedparameter with NDCGAt