-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify eval args #1828
Simplify eval args #1828
Conversation
Staging to main: optimizations splitters, NDCG, and update tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is really good. I just added some format suggestions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Yay! Its merged! Any other issue that's on priority? |
hey @AdityaSoni19031997, it's great that you are contributing. Some ideas for you, from easier to harder:
Apart from this, feel free to select an issue on the repo and work on this. The only thing I would advice is that if you select one issue, let me know first to make sure it is not something that is already fixed |
Description
The changes has been made to simplify the arguments required for the evaluation of @k metrics. It was found that
col_rating
column wasn't used by the these methods, hence the function signature could be simplified for better user experience.Pytest Results
>>>pytest tests/unit/recommenders/evaluation/test_python_evaluation.py platform darwin -- Python 3.8.14, pytest-7.1.3, pluggy-1.0.0 rootdir: /Users/asoni9/Desktop/recommenders plugins: hypothesis-6.56.2, mock-3.10.0, rerunfailures-10.2, cov-4.0.0 collected 30 items tests/unit/recommenders/evaluation/test_python_evaluation.py .............................. ==== 30 passed, 8 warnings in 0.84s ====
Related Issues
#1737
References
Not Applicable
Checklist:
staging branch
and not tomain branch
.