Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amatissart committed Jun 1, 2024
1 parent fde2a83 commit afc32d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions solidago/src/solidago/preference_learning/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def __call__(
Parameters
----------
judgments:
May contain different forms of judgments,
May contain different forms of judgments,
but most likely will contain "comparisons" and/or "assessments"
entities: DataFrame with columns
Expand Down Expand Up @@ -84,7 +83,7 @@ def user_learn(
new_judgments:
New judgments
This allows to prioritize coordinate descent, starting with newly evaluated entities
Returns
-------
model: ScoringModel
Expand Down

0 comments on commit afc32d4

Please sign in to comment.