linkedin / linkedin/photon-ml

Smoothed Hinge Loss analysis and refactor

Open
#130 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Terra
Stars
795
Forks
175
PR merge metrics
No merged PRs in 30d

Description

Smoothed Hinge Loss is a bit of a black sheep currently. It was introduced as an experiment with the goal of approximating an SVM using a GLM with a modified Hinge Loss function. However, it's currently uncertain how well the function converges. In addition, it's treated a bit differently in the code than the other functions (ex. normalization is ignored for it). There are no current use cases for it.

We need to take a closer look at Smoothed Hinge Loss and its future within Photon.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue does not name files, tests, or an entry point. Locate the Smoothed Hinge Loss implementation and compare it with the other loss functions, especially normalization handling. Review its convergence behavior and current use cases, then document whether it should be retained and what refactoring is required.

Written by the indexing model from the issue text.

Assessment

Tech stack
machine-learning
Domain
machine-learning
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.