interpret icon indicating copy to clipboard operation
interpret copied to clipboard

Is it possible to use this module for regression problems?

Open vmgustavo opened this issue 4 years ago • 1 comments

I see all the example notebooks use classification problems, and the glassbox models are for classification as well. Are the blackbox explainers able to explain regression models like RandomForestRegressor, XGBoostRegressor or LGBMRegressor?

vmgustavo avatar May 26 '20 13:05 vmgustavo

Hi @vmgustavo ,

Yes, blackbox explainers are able to explain regression models as well. Here's a link to an example notebook that handles regression based models: Explaining Blackbox Regressors .

Thanks for reporting this -- it's good feedback that we need to make examples of regression techniques easier to find!

-InterpretML Team

interpret-ml avatar Jun 10 '20 21:06 interpret-ml