Use mean loss instead of sum loss in Game [backward incompatible]
Open
@fastier-li is already working on this.
Since Mar 15, 2017.
- Dominant language
- Terra
- Stars
- 795
- Forks
- 175
- PR merge metrics
- No merged PRs in 30d
Description
While comparing spark.ml and scikit, we realized that Game is using a sum in the loss function computation, but that is not desirable for scaling and numerical stability. We should change our loss function calculations to use a mean instead.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.