Replies: 1 comment 1 reply
-
Hey @carterg33, thanks for the kind words and for reporting this issue. If I remember correctly, I saw this happen once because the square root of a very small number was producing a complex number. It's most likely a numerical instability issue. The traceback is useful, but not sufficient for us to debug properly. Could you provide the code you used to produce this traceback? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all, thank you so much for upkeeping an incredible package!
I just wondered if anything is known about the following error:
'<' not supported between instances of 'complex' and 'int'
This seems to occur mostly irrespective of the model I am using - whether its an ensemble of Logistic Regression or A single Extremely Fast Decision Tree Classifier, the traceback changes a little but the overarching problem seems the same. I have included an example below.
Happy to share more information but a lot of my steps are quite specific to my dataset so wondering if this is a known issue or just a problem with my methodology before I do so!
Below is an example:
Beta Was this translation helpful? Give feedback.
All reactions