-
Notifications
You must be signed in to change notification settings - Fork 13
Private user ratings #40
base: dev
Are you sure you want to change the base?
Conversation
Calculate private project ratings
@gondzo overall code looks good to me. Its good that we just override the function with additional group params and didn't altered any logic wrt rating calculation. I have yet to run the code on local machine and test data load, depending upon the time taken we will proceed for batching support. Other two points to consider after local run are -
|
</Property> | ||
<Property name="HistoryLength"> | ||
<Value>50</Value> | ||
<Value>300</Value> |
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.
@gondzo what does history length mean here ?
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.
number of recent projects that affect member rating
</Property> | ||
<Property name="PhaseIds"> |
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.
@gondzo these new properties PhaseIds and Cutoffs are they for your testing only ? as we cutoff dates hardcoded inside the code also.
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.
no, I just copied this entire config file from scripts/dde/RatingQubits.xml (the one in conf directory was outdated)
|
Before running the code, create the new tables in the db
fyi @gondzo