Skip to content

Commit 283ecaf

Browse files
Merge pull request #632 from Yh-Cherif/shapley_projection_plot
Adding plot_shapley_projection function to the plot_evaluation_metrics.py file.
2 parents 9051313 + c14d61f commit 283ecaf

File tree

6 files changed

+780
-89
lines changed

6 files changed

+780
-89
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ xgboost = ["xgboost>=1.0.0"]
6363
lightgbm = ["lightgbm>=2.3.0"]
6464
catboost = ["catboost>=1.0.1"]
6565
lime = ["lime>=0.2.0.0"]
66+
umap = ["umap-learn>=0.5.7"]
6667

6768
dev = ["pre-commit", "mypy", "ruff"]
6869
test = ["pytest", "pytest-cov"]

0 commit comments

Comments
 (0)