Replies: 1 comment 2 replies
-
Hello there! @smastelini can I let you take a look? 🙏 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a problem "RecursionError: maximum recursion depth exceeded while calling a Python object" with the predict_one() and evaluate.progressive_val_score() methods.
My dataset is a csv file of 84000 rows and 63 columns.
My code for evaluate.progressive_val_score() is:
After this attempt, I tried an alternative that still gives the same RecursionError. My code for predict_one() is:
What's wrong? I checked that for at least the first 5000 rows the predict_one() works correctly. Then the RecursionError appears.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions