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

C Stack blows up generating SQL for XGBoost model #114

Open
sdcharle opened this issue Jan 18, 2023 · 0 comments
Open

C Stack blows up generating SQL for XGBoost model #114

sdcharle opened this issue Jan 18, 2023 · 0 comments

Comments

@sdcharle
Copy link

I have an XGBoost model with these characteristics:

niter: 1436

nfeatures : 143

While tidypredict seems able to parse the model, tidypredict_sql blows up:

tidypredict_sql(model, dbplyr::simulate_mssql())

Error: C stack usage 7969920 is too close to the limit

I get that it's a biggish model, but blow up the stack big? I'm running this on R Studio Workbench on RHEL 8.

Any help is appreciated, the idea of generating predictions in SQL has appeal.

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

1 participant