automl-gs icon indicating copy to clipboard operation
automl-gs copied to clipboard

Fix duplicates kwarg in pd.cut

Open kitkatk opened this issue 5 years ago • 0 comments

From pandas version >= 0.23 you have to specify 'duplicates' kwarg to drop duplicates in 'bins' array. Otherwise, it will throw an error.

https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.cut.html

kitkatk avatar Oct 22 '19 11:10 kitkatk