I have a dataset with 83% of positive class and 17% of negative class.
While this seems to be a imbalanced dataset based on outcome class proportion and features also don't show any variabity ( to differentiate these two classes).
So, I would like to know whether there is any standard measure that can indicate how imbalanced is the data?
For ex: if the measure has a value of 1, it is highly imbalanced and 0 means, it is highly balanced.
Is there anyway to find this using the python approach?