fastshap icon indicating copy to clipboard operation
fastshap copied to clipboard

Batch shap calculations.

Results 5 fastshap issues
Sort by recently updated
recently updated
newest added

Trying to install your package and the following error occurs with pip install. " The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands. Here is...

I'm still having the sklearn dependency issues despite using `fastshap==0.3.1`

Right now it is set to the size of the data. If the data is even remotely large (10000 rows), this will cause Python to run out of memory.

Feature groups save a huge amount of time if they are sensible by improving slicing and making coalition combinations smaller.

The matrix operations for weights are simple enough. Need to test how much this will slow down the package.