mdbloice / Augmentor

Image augmentation library in Python for machine learning.
https://augmentor.readthedocs.io/en/stable
MIT License
5.08k stars 866 forks source link

'Categorical' object has no attribute 'get_values' #218

Open lesterlitch opened 4 years ago

lesterlitch commented 4 years ago

In Image Utils, this attribute no longer exists in recent versions of pandas, for pandas categorical objects. Should be replaced with:

cat_col_series.to_numpy()

hubutui commented 1 year ago

This issue is not fixed yet.