interpretml / DiCE

Generate Diverse Counterfactual Explanations for any machine learning model.
https://interpretml.github.io/DiCE/
MIT License
1.37k stars 188 forks source link

DiCE_getting_started_feasible notebook typo resulting in failure to render #439

Open dvirzg opened 5 months ago

dvirzg commented 5 months ago

docs/source/notebooks/DiCE_getting_started_feasible.ipynb doesn't render, neither in GitHub preview nor when opening in notebook. Problem is in the raw json file, the last few lines:

"nbformat": 4, "nbformat_minor": 4, }

just need to remove the comma at _"nbformatminor": 4, to _"nbformatminor": 4 and it'll render as expected.