-
-
Notifications
You must be signed in to change notification settings - Fork 301
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
Can we use XGBRegressor? #95
Comments
Support sklearn lr model object only. |
Thanks for the reply, Actually any linear model with coefficient attribute is working including xgb linear, like
I have tried these
All these models can generate scorecard using scorecard function
Thanks |
'TabularPredictor' object has no attribute 'coef_', I want t ues autogluon to remould this scordcard,but this error is happen. So how should I do to solve this ? |
|
A new function |
Hi,
The scorecard function param says "model: A LogisticRegression model object."
can we use any regression model. like XGBRegressor with 'gblinear' booster?
The text was updated successfully, but these errors were encountered: