Closed mahmadza closed 1 year ago
@mahmadza What version of Pandas was installed when this error occurred? This looks like a Pandas error, so am wondering if updating category encoders also updated Pandas for you.
@johntmyers I no longer have the environment when this error occured.
Additionally, I also had a different error, but with NumPy. This error was solved when I upgraded category_encoders
.
Interesting. We have not been able to reproduce these issues, category_encoders
is a pinned version and has worked in all of our tests to include our automated tests and we have minimum versions of Pandas and Numpy as well. Glad it's working now but I am going to close this ticket since we cannot validate that the currently pinned version of category_encoders
leads to these errors.
Are you reporting a bug or FR?
category_encoders
:What version of synthetics are you using? 0.20.0
What would you like to see / What problem are you having? Problem with
category_encoders
version. Current version in gretel-synthetics is 2.2.2. Latest version is 2.6.0 (https://github.com/scikit-learn-contrib/category_encoders).Configuration Params
Are you using GPU or a CPU? GPU
What environment are you working in? Jupyter
What version of python are you using? 3.8.8
Describe the shape / types of the data you are training on 1 example ID column 3 feature columns, all numerical 10 attribute columns, mix of categorical and numerical 1 time column, in YYYY-MM-DD
Please provide any tracebacks or error messages you are receiving