Hi all,
I noticed that the method model.fit() is missing arguments class_weight and sample_weight (coming from the corresponding Python function), that are used for weighting the loss function, usually to deal with imbalanced datasets.
Is there a reason for that?
Any workaround to apply similar weights (the class weights in particular)?
Description
Hi all, I noticed that the method model.fit() is missing arguments class_weight and sample_weight (coming from the corresponding Python function), that are used for weighting the loss function, usually to deal with imbalanced datasets. Is there a reason for that? Any workaround to apply similar weights (the class weights in particular)?
Thank you very much!
Alternatives
No response