- Notifications
You must be signed in to change notification settings - Fork352
Added random_state as an available hyper parameter for xgboost models#659
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Added random_state as an available hyper parameter for xgboost models#659
Uh oh!
There was an error while loading.Please reload this page.
Conversation
montanalow commentedMay 29, 2023
You're right. I think the current |
I followed the standard found throughout the repo and just called
unwrapon line 166. This does have the potential to cause somewhat confusing error messages if they have malformed arguments. I would be happy to go through and replace theunwrap()calls withexpect(SOME HELPFUL ERROR MESSAGE)throughout pgml-extension if that would be helpful?