-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maximum recursion depth exceeded #45
Comments
@ikki407 can you please look into this? |
@Eitrig Thank you for your report. |
@ikki407 below is the log. let me know if you need anything else. the first line gets repeated several 100 times but i deleted to shorten the message
|
@ikki407 I am trying to do stacking for Kaggle - Quora Competetion which ends of Wednesday. Hopefully this will be resolved soon, so that I can spend Saturday and Sunday on stacking. Thank you 👍 |
@Eitrig ok, I'll check the code. If possible, could you tell me the questions below:
|
@Eitrig good luck on your Kaggle!! |
@ikki407 I didn't change anything in the code. I just ignored the part where u made extra features when u did log transformation on the original data, as I already had enough features. I haven't checked the versions. Let me check and come back to you in in few minutes. |
@ikki407 i couldn't find the requirement.py file you mentioned. Is it possible to post the requirements here ? ty |
@ikki407 hey did you get a chance to look in to this ? I am hoping I can use this for stacking for the competition :) |
@Eitrig sorry for late reply, I have been very busy on business. |
@ikki407 ok. I will be waiting for it. Just 1 day left for the competition though. I would like to try this and see how it goes on the leader board. Hoping to get a silver. 👍 |
This helped me: |
You might want to import sys before too. |
RuntimeError: maximum recursion depth exceeded
I am getting this error while running the first model in stage 1. how to over come this ?
The text was updated successfully, but these errors were encountered: