We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have an XGBoost model with these characteristics:
niter: 1436
nfeatures : 143
While tidypredict seems able to parse the model, tidypredict_sql blows up:
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.
The text was updated successfully, but these errors were encountered: