diff --git a/README.md b/README.md index 3cb9be3..ba8c59b 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ for an end-to-end example of using `ReLax`. ## Supported Recourse Methods -`ReLax` currently provides implementations of 8 recourse explanation +`ReLax` currently provides implementations of 9 recourse explanation methods. | Method | Type | Paper Title | Ref | diff --git a/nbs/index.ipynb b/nbs/index.ipynb index 4ebdcdc..ac11a15 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -362,7 +362,7 @@ "source": [ "## Supported Recourse Methods\n", "\n", - "`ReLax` currently provides implementations of 8 recourse explanation methods.\n", + "`ReLax` currently provides implementations of 9 recourse explanation methods.\n", "\n", "| Method | Type | Paper Title | Ref |\n", "|-----------------|-----------------|------------------------------------------------------------------------------------------------|-----------------------------------------|\n", @@ -405,6 +405,10 @@ "display_name": "python3", "language": "python", "name": "python3" + }, + "language_info": { + "name": "python", + "version": "3.9.16" } }, "nbformat": 4,