how to give class weights as dict in python code example
Example: keras unbalanced data
class_weight = {0: 1.,
1: 50.,
2: 2.}
class_weight = {0: 1.,
1: 50.,
2: 2.}