diff --git a/docs/source/inline.rst b/docs/source/inline.rst index bc845d1..7aaa92e 100644 --- a/docs/source/inline.rst +++ b/docs/source/inline.rst @@ -44,7 +44,7 @@ Example use:: ie.regression.model_stats() ie.regression.pred_vs_actual() ie.regression.residuals() - ie.regression.residuals_vs_col() + ie.regression.plots_vs_col() ie.decisiontrees.overview() ie.decisiontrees.decision_trees() ie.decisiontrees.decisionpath_table() diff --git a/setup.py b/setup.py index dbbbe1f..d9a2f78 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='explainerdashboard', - version='0.2.11', + version='0.2.12', description='explainerdashboard allows you quickly build an interactive dashboard to explain the inner workings of your machine learning model.', long_description="""