diff --git a/DESCRIPTION b/DESCRIPTION index 1310755..27cd323 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: localModel Title: LIME-based Explanations With Interpretable Inputs Based on Ceteris Paribus Profiles -Version: 0.2.6 +Version: 0.2.7 Authors@R: person("Mateusz", "Staniak", email = "m.staniak@mini.pw.edu.pl", role = c("aut", "cre")) Description: Local explanations of machine learning models describe, how features contributed to a single prediction. This package implements LIME-like explanation method diff --git a/NEWS.md b/NEWS.md index 5b73b56..0e3321b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# localModel 0.2.7 + +* Updates link in README. + # localModel 0.2.6 * Adds help for the package. diff --git a/README.md b/README.md index 9ddd6ef..abd5bd3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Local explanations of Machine Learning models for tabular data. To get started, install the newest version from GitHub. ``` -devtools::install_github("DrWhy2/localModel") +devtools::install_github("ModelOriented/localModel") ``` +To get help, see package websites and vignettes. + diff --git a/docs/articles/classification_example_files/figure-html/explanation-1.png b/docs/articles/classification_example_files/figure-html/explanation-1.png index eade002..a621f13 100644 Binary files a/docs/articles/classification_example_files/figure-html/explanation-1.png and b/docs/articles/classification_example_files/figure-html/explanation-1.png differ diff --git a/docs/articles/regression_example_files/figure-html/plot-1.png b/docs/articles/regression_example_files/figure-html/plot-1.png index 1fdaf35..a3d02e4 100644 Binary files a/docs/articles/regression_example_files/figure-html/plot-1.png and b/docs/articles/regression_example_files/figure-html/plot-1.png differ diff --git a/docs/index.html b/docs/index.html index a41b0c6..be0a9c6 100644 --- a/docs/index.html +++ b/docs/index.html @@ -82,7 +82,8 @@

Local explanations of Machine Learning models for tabular data.

To get started, install the newest version from GitHub.

-
devtools::install_github("DrWhy2/localModel")
+
devtools::install_github("ModelOriented/localModel")
+

To get help, see package websites and vignettes.

diff --git a/docs/news/index.html b/docs/news/index.html index ece9fc8..56707e7 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -104,6 +104,13 @@

Change log

+
+

+localModel 0.2.7

+ +

localModel 0.2.6

@@ -195,6 +202,7 @@

Contents