Skip to content
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

[Bug]: Getting recursion error in LTVexploratory #87

Open
1 task done
ranadeepanshu-create opened this issue Jan 14, 2025 · 3 comments
Open
1 task done

[Bug]: Getting recursion error in LTVexploratory #87

ranadeepanshu-create opened this issue Jan 14, 2025 · 3 comments
Assignees

Comments

@ranadeepanshu-create
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What happened? - The current behavior

A bug happened!

RecursionError: maximum recursion depth exceeded while getting the str of an object
File , line 1
----> 1 da = LTVexploratory(
2 customer_table,
3 event_table,
4 registration_time_col='install_date',
5 event_time_col='event_date',
6 event_name_col='event_name',
7 value_col='value',
8 rounding_precision = 1
9 )

What did you expect to happen? - The expected behavior

A bug shouldn't have happened!

How to reproduce?

No response

@rblinder
Copy link
Contributor

Hi ranadeepanshu-create,
I cannot reproduce the error on my end.
Did you try to use the sample data or your own dataset?

@ranadeepanshu-create
Copy link
Author

ranadeepanshu-create commented Jan 15, 2025 via email

@gufengzhou
Copy link

We can only debug if the error is reproducible. Could you check if you could anonymize your data (change column names and add noise to the values etc) and share a subset with us for debugging?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants