diff --git a/README.rst b/README.rst index 921f994..27fcb36 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ CFXplorer -========================================================================== +========= **Deployment & Documentation & Stats & License** @@ -81,7 +81,7 @@ Examples -------- - Comprehensive examples can be found in the `examples folder `_. -- Kaggle notebook example can be found `here `_. +- Kaggle notebook example can be found `here `__. - Below is demonstrated a comparison of before and after Focus is applied to feature set from the example given above. .. image:: https://raw.githubusercontent.com/kyosek/focus/master/docs/plot.png @@ -100,7 +100,7 @@ Limitations of Focus class Documentation ------------- -The documentation can be found `here `_. +The documentation can be found `here `__. Contributing ------------ diff --git a/setup.py b/setup.py index df66002..93ef7be 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,7 @@ from setuptools import find_packages, setup -DESCRIPTION = "CFXplorer is a python package for generating counterfactual explanations" - +DESCRIPTION = "CFXplorer is a python package for generating counterfactual explanations for given model and feature set" # get __version__ from _version.py ver_file = path.join("cfxplorer", "version.py")