-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Hey and thanks for this package!
Do you have any idea on how to incorporate different weights for each datapoints, in the sense that datapoints with low weights should be less important for the model to fit than those with high weights?
For instance, by specifying the loss as WeightedLogitLogLoss(weights) etc.'
LossFunction.jl has some support for this, e.g.
value(LogitLogLoss(), Y, Y, AggMode.WeightedSum(ones(length(Y))))Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested