Pramit Choudhary

Results 46 issues of Pramit Choudhary

Will update with more details.

Currently, the discretizer implemented to handle continuous features within BRLC is Quantile-based. This could further be improved by adding support for entropy criterion with the Minimum Description Length Principle (MDLP)...

new feature
help wanted

This ticket is to extend the coverage for supporting natively interpretable models(_Rule-based model_). Interpretable Decision sets are similar to Bayesian Rule List(BRL) in-terms of the human understandable IF-ELSE conditional statements....

enhancement v1
new feature
help wanted

To allow the users the flexibility to install either from pip or conda, its important that we maintain consistency on both package managers.

enhancement v1
help wanted
good first issue

Reference paper for the same: https://arxiv.org/pdf/1309.6392.pdf This algorithm helps in capturing the variance affect across the range of covariates.

enhancement v2
new feature

This issue needs to be broken down. The first implementation is just the basic support. Further improvement could be tacked here: https://github.com/datascienceinc/Skater/issues/259

enhancement v1
new feature

* Improve on existing implementation * Enable support for handling multi-dimensional data Reference: https://staff.fnwi.uva.nl/m.a.migut/migut2015.pdf

enhancement v1
new feature
algorithm

Enable support for computing Shapley scores to quantify feature attribution(positive and negative influence) Reference: - Consistent Individualized Feature Attribution for Tree Ensembles (https://arxiv.org/abs/1802.03888) - A Unified Approach to Interpreting Model...

enhancement v1
new feature
algorithm

A statistical approach to trace the most influencing data points from the training set responsible for a given prediction Reference: - Understanding Black-box Predictions via Influence Functions(https://arxiv.org/pdf/1703.04730.pdf)

enhancement v1
new feature
algorithm

During post pruning of TreeSurrogates some of the not so important nodes gets rejected if the agreed model's performance is not compromised. Will it be possible to add more insight...