This repository has been archived by the owner on May 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commits on Apr 26, 2021
-
TY-1686: Implemented nDCG@k analytics for all accessible stats.
Currently this is not implemented for initial ranking as it is currently not accessible. (Defaults to NaN.) Some parts are currently implemented in a performance wise suboptimal way.
Configuration menu - View commit details
-
Copy full SHA for f4de3b9 - Browse repository at this point
Copy the full SHA f4de3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for a535aaf - Browse repository at this point
Copy the full SHA a535aafView commit details -
TY-1686: Cleaned up comments and code.
Tests now use the test_ prefix and are not in sub-modules.
Configuration menu - View commit details
-
Copy full SHA for cc8fe17 - Browse repository at this point
Copy the full SHA cc8fe17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2ced9 - Browse repository at this point
Copy the full SHA 0f2ced9View commit details -
This includes a test of the `compute_analytics` methods, and a port of the test from the prev. dart implementation (as far as applicable).
Configuration menu - View commit details
-
Copy full SHA for b66c347 - Browse repository at this point
Copy the full SHA b66c347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 575b35b - Browse repository at this point
Copy the full SHA 575b35bView commit details -
Applied changes discussed in the review
- skip if no history available for a document - if we have no relevant historic information at all we do return an error - use fold in dcg - in pick highest skip search if we won't be able to insert it anyway - use Iterator::fuse() instead of FusedIterator
Configuration menu - View commit details
-
Copy full SHA for f2c9c7b - Browse repository at this point
Copy the full SHA f2c9c7bView commit details -
Unified f32_total_cmp and nan_safe_sort_desc_comparsion.
The new function is called nan_safe_f32_cmp.
Configuration menu - View commit details
-
Copy full SHA for be645da - Browse repository at this point
Copy the full SHA be645daView commit details
Commits on Apr 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ccff90d - Browse repository at this point
Copy the full SHA ccff90dView commit details -
Added approx_f32_eq which uses float_comp::approx_eq.
assert!(approx_eq!(f32, left, right, ulps=n)) has the problem that it doesn't print information about the values when it fails so assert_f32_eq adds a format string which on failure will be used as error message.
Configuration menu - View commit details
-
Copy full SHA for 92315e0 - Browse repository at this point
Copy the full SHA 92315e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b246d56 - Browse repository at this point
Copy the full SHA b246d56View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.