-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
[solidago] Implement get_individual_scores & get_collective_scores #1994
Conversation
Fixed tiny_tournesol.zip file for testing. Added data_analysis for dataset submission. WIP Runtime error on icml24 experiments to be fixed
…than additional term. This implies that the addition of a new user with huge uncertainties will not affect the quantile much.
… of neg. log likelihood by 1 (#1973) --------- Co-authored-by: Louis Faucon <lpfaucon@gmail.com>
…ournesol into solidago-pipeline-docs-1
[solidago] Update docstrings and add simple API for `Pipeline`
Things to improve I just found:
|
…o solidago-pipeline-users-scores
@NatNgs This is actually due do how pandas converts integers to floats when there are missing values (NaN) in the columns created by the "left join". Specifically some entities that are present in the collective scores may not appear in "comparisons.csv" (this is the case when the video has only been compared privately). I tried to make that more explicit in another branch. See PR #2022 targeting this branch and the comments in the changes. Let me know if you have other pending work on this branch. |
…t, abtract comparisons count (#2022)
Co-authored-by: Gresille & Siffle <39056254+GresilleSiffle@users.noreply.github.com>
Description
Implemented Solidago pipeline input
get_individual_scores
andget_collective_scores
functionsmaster
, rebased to branchneurips24
as per requestedChecklist