The docs mention:
Since Pythia version 1.1.0 we provide the option to output the Shapley values for your prediction. Currently, the shap package does not support Python Version 3.11. The requirements should take care of the correct Python version, but if you encounter any issues, please first check that the Python version is <3.11. You can do so by typing python --version in your terminal and checking the output.
This no longer appears to be the case:
|
requires-python = ">= 3.9, < 3.13" |
The docs mention:
This no longer appears to be the case:
PyPythia/pyproject.toml
Line 14 in 80e065b