Metadata-Version: 2.4
Name: acfx
Version: 0.3.6
Summary: Actionable Counterfactual eXplanations
Author-email: Szymon Bobek <szymon.bobek@gmail.com>, Piotr Kubacki <piotr.kubacki00@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/sbobek/acfx
Project-URL: Documentation, https://acfx.readthedocs.org
Project-URL: Issues, https://github.com/sbobek/acfx/issues
Keywords: xai,tabular data,explainability,model-agnostic,counterfactual,causal
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy==1.26.0; python_version < "3.12"
Requires-Dist: numpy<=2.4.3,>=1.26.0; python_version >= "3.12"
Requires-Dist: pandas==1.5.3; python_version < "3.12"
Requires-Dist: pandas<=2.4.3,>=1.5.3; python_version >= "3.12"
Requires-Dist: scipy==1.11.4; python_version < "3.12"
Requires-Dist: scipy<1.17,>=1.11.4; python_version >= "3.12"
Requires-Dist: scikit-learn==1.6.1; python_version < "3.12"
Requires-Dist: scikit-learn<=1.8.0,>=1.6.1; python_version >= "3.12"
Requires-Dist: optuna==4.2.0
Requires-Dist: pgmpy==1.0.0
Requires-Dist: interpret==0.7.3
Requires-Dist: interpret-core==0.7.3
Requires-Dist: overrides==7.4.0
Provides-Extra: benchmark
Requires-Dist: tensorflow==2.14.0; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: lingam==1.9.1; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: openml==0.15.1; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: alibi==0.9.6; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: lux-explainer==1.3.2; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: networkx==3.4.2; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: cfnow==0.0.6; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: dice-ml==0.11; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: pydotplus==2.0.2; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: deap==1.4.2; python_version <= "3.11" and extra == "benchmark"
Requires-Dist: pydot==3.0.4; python_version <= "3.11" and extra == "benchmark"
Provides-Extra: streamlit-app
Requires-Dist: streamlit==1.48.0; extra == "streamlit-app"
Requires-Dist: streamlit-sortables==0.3.1; extra == "streamlit-app"
Requires-Dist: networkx==3.4.2; extra == "streamlit-app"
Requires-Dist: lingam==1.9.1; extra == "streamlit-app"
Dynamic: license-file
