-
Updated
Jun 24, 2022 - Jupyter Notebook
shap
Here are 150 public repositories matching this topic...
-
Updated
Jun 24, 2022 - Jupyter Notebook
Recently dtreeviz has added support for lightgbm models: https://github.com/parrt/dtreeviz/
So it would be cool to add the same tree visualization in explainerdashboard that already exist for RandomForest, ExtraTrees and XGBoost models.
If someone wants to pitch in to help extract individual predictions of decision trees inside lightgbm boosters and then get them in shape to be used by the
-
Updated
May 3, 2022 - Jupyter Notebook
-
Updated
Jul 21, 2021 - Python
-
Updated
Jun 30, 2022 - Python
-
Updated
Jun 2, 2022 - Jupyter Notebook
Catboost has a little bit different api and currently EarlyStoppingShapRFECV throw a error, if I tried to use it:
TypeError: fit() got an unexpected keyword argument 'eval_metric'
-
Updated
Jun 30, 2022
-
Updated
Feb 21, 2022 - Julia
-
Updated
Jun 21, 2022 - Jupyter Notebook
-
Updated
Jun 9, 2020 - R
-
Updated
May 19, 2022 - Python
-
Updated
Jul 2, 2022 - Jupyter Notebook
-
Updated
Jul 1, 2022 - Jupyter Notebook
-
Updated
Feb 25, 2022 - Python
-
Updated
Jun 21, 2022 - Jupyter Notebook
-
Updated
Jul 28, 2021 - Jupyter Notebook
-
Updated
Jan 15, 2020 - Python
-
Updated
Mar 29, 2022 - Python
-
Updated
Oct 8, 2019 - Jupyter Notebook
-
Updated
Aug 27, 2020 - Jupyter Notebook
Users don't know what chance they need to get into universities of their choice.
Minimum chance neede to get into some top universities.
Feature originally suggested by naveen_v on fastai forums
-
Updated
Aug 25, 2020 - Jupyter Notebook
-
Updated
May 7, 2022 - Python
-
Updated
Apr 27, 2020 - Jupyter Notebook
-
Updated
Sep 2, 2020 - Jupyter Notebook
-
Updated
Jul 20, 2021 - Python
-
Updated
Jul 20, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the shap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shap topic, visit your repo's landing page and select "manage topics."
I trained models on Windows, then I tried to use them on Linux, however, I could not load them due to an incorrect path joining. During model loading, I got
learner_pathin the following formatexperiments_dir/model_1/100_LightGBM\\learner_fold_0.lightgbm. The last two slashes were incorrectly concatenated with the rest part of the path. In this regard, I would suggest adding something like `l