OneHotEncoder.
categories
Returns a list of the unique categories to be encoded for the particular feature, in order.
feature_name (str) – the name of any feature provided to one-hot encoder during fit
the unique categories, in the same dtype as they were provided during fit
np.array