-
[CSV File](https://docs.google.com/spreadsheets/d/1hXqHiHMXXtcmlgWArYol6dUVpsoYedwL0VqnnMrYEJQ/edit?usp=sharing)
Generated Tree:
https://github.com/ai-se/e-dom/blob/master/src/variance
-
It's common practice to do feature analysis when building tabular classification models using methods like SHAP, to debug modelling issues, help explain model outputs to business stakeholders, etc.
…
-
Hello,
Thanks for your work.
Where can I find the data for training the 3 binary classifiers ([explained in Section 5.1](https://aclanthology.org/2023.acl-long.619.pdf))?
Kind regards.
-
One thing which would be useful from a "white-boxing" point of view, for tree classifiers, would be an indication of where the decision thresholds* are for a feature. Is the instance value for the pre…
arc12 updated
5 years ago
-
This has idea-overlap with issue #206, except that issue is about discovering sources, not classifiers specifically.
A classifier ID is required to use the following:
- The API
- "Deploy any cl…
-
Can you please share code files used to generate the feature files for the project. The files for generating those npy files like text classifiers etc.
Thank you.
-
https://github.com/naya0000/cs231n/blob/e1192dc8cbaf078c3cfb691e12b8d6d2ec40c8fa/assignment1/cs231n/classifiers/linear_svm.py#L110
Can someone explain why this subtraction is done? An explanation for…
-
Hello @slundberg, first of all, thanks a lot for developing such a great tool for model explainability!
I'm currently using your 'shap' package to explain the difference in the label assignation o…
-
Hello.
I set up pyproject-fmt for some of our projects which are apps, not libraries, not meant to be upload to PyPI, and I find the classifiers automatic generation unwanted for our case. It doesn't…
-
Hi
This package looks really useful, but I find I am spending too much time trying to set it up. The first three steps are to install xgboost, then to point the weka package manager at the release z…