Josh Day
Josh Day
@juliohm Looks like you removed `ScaledDistanceLoss` in favor of `Scaled`. 👍 on the change, but can you add back `ScaledDistanceLoss` and properly deprecated it? There are some downstream breakages in...
It's such a small amount of code to manage and you can already use broadcasting; I'd prefer to keep them. That being said, I'd love to see the `@eval` craziness...
> Is it possible to pass a weights vector to the ash function? Not yet! That shouldn't be too hard to add, though. I probably won't have time for it...
`OnlineStats.Variances` no longer exists. I didn't know Transformations was using it.
It looks like it's only used in inputnorm.jl. Commenting it out until someone needs it is probably fine since it's already broken. OnlineStats went through some breaking changes since this...
Failing builds is not a reason to open an issue. Did you Pkg.clone LossFunctions?
This can be closed! Sorry for the noise!
I appreciate the pointer to DensityInterface, but it doesn't look like that package has a `logpdf` function. I'd be happy to adopt a common interface, but I don't think this...
Not built into OnlineStats (yet). I have some ideas but I never came up with an interface I liked. The complexity lies with multiple types of weighting (e.g. 1) statistical...
Can you clarify a bit? I don't think I follow.