79551255

Date: 2025-04-02 17:57:48
Score: 1
Natty:
Report link

Compute the class weights manually or use sklearn.utils.class_weight.compute_class_weight().

and

model.fit(X_train, y_train, epochs=10, batch_size=32, class_weight=class_weight_dict)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: peu dev