|
|
|
|
|
by stellalo
2037 days ago
|
|
Recasting quantile estimation as an optimization problem is trivial: the q-quantile minimizes the “pinball” loss (see first eqn in http://statweb.stanford.edu/~owen/courses/305a/lec18.pdf) with parameter q. What they do in the paper is to take subgradient steps with respect to the latest observation (just think about subgradients as gradients, since the loss function is everywhere differentiable except for one point) |
|
This seems to be particularly true in computer learning. We’re taking about a conditional step function here, right?