InterpretML
InterpretML
Hi Keita, What version of interpret are you running on? You can find it by running `pip show interpret` in console. In interpret 0.1.17+, there's elementary support for cloud environments...
Hi @nesty13t, Unfortunately the libraries we depend on for the Tree Visualization and Dashboard are incompatible with the requirements of some cloud environments. Enabling full support for these two visualizations...
Hi @BullAJ, One of our team members just started coding this and it should be available soon. We're releasing it as a separate function that can be called to get...
Hi @pkhokhlov -- We've talked internally about ways to expose more customization in the boosting stages, mostly in order to give the caller better ways to control pair selection. Allowing...
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 ](https://nbviewer.jupyter.org/github/interpretml/interpret/blob/master/examples/python/notebooks/Explaining%20Blackbox%20Regressors.ipynb)...
Hi @Hoeze, Thanks for bringing this up! We haven't looked into explicitly supporting Dask before, but it seems to be worth investigating. It's not too difficult to fix this specific...
Hi @rchaudron, What kind of embedding do you have in mind, have the whole dashboard presented behind a specific URL path?
Hi @FabienNugier, Good catch! In the past, we used to have skope-rules as a required dependency but kept running into issues that would kill the build. That was a while...
Hi @prateekiiest -- Which browser are you running this in? Could you please run your code in debug mode by putting the following at the top of your code, and...
Hi @prateekiiest and @lokijota , Thanks for bringing this to our attention! If either or both of you are available to help us debug this, we might be able to...