-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use solidago pipeline "neurips24" to compute scores (#1970)
* Added import for vouchers and scores in pipline/inputs Fixed tiny_tournesol.zip file for testing. Added data_analysis for dataset submission. * Important change: Modified qr_quantile using asymmetric Huber rather than additional term. This implies that the addition of a new user with huge uncertainties will not affect the quantile much. * implement 'get_pipeline_kwargs' in TournesolInput * fix experiments script * read vouches in TournesolInput * [solidago] gbt: estimate asymmetrical uncertainties based on increase of neg. log likelihood by 1 (#1973) --------- Co-authored-by: Louis Faucon <lpfaucon@gmail.com> * implement 'get_pipeline_kwargs' in TournesolInput * fix experiments script * read vouches in TournesolInput * Fixed experiments calls to Tournesol inputs API * normalize weight per user in Standardize * normalize weight per user in QuantileZeroShift * solidago: fix numerical instability in gbt * fix wrong usage of 'med' in qr_uncertainty, expose high_likelihood_range_threshold in gbt args * add QuantileShift (in addition to QuantileZeroShift) to define target_score different from 0 * lbfgs: raise error when max_iter is reached * update ml_train to call new pipeline, tweaks in solidago to be consistent with existing tournesol tests * fix test_mehestan in solidago, standardize typing to reduce numba compilations * fix mehestan after refactoring * update test about scalings * fix lbfgs initialization when past scores are available --------- Co-authored-by: Adrien Matissart <a@matissart.net> Co-authored-by: Adrien Matissart <amatissart@users.noreply.github.com> Co-authored-by: Louis Faucon <lpfaucon@gmail.com>
- Loading branch information
1 parent
97bee8f
commit e5c96e5
Showing
58 changed files
with
1,357 additions
and
880 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.