You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: